1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Remove json from Configuration.rb

This commit is contained in:
Carlos Martín 2011-10-24 18:29:35 +02:00
parent b777701c6b
commit dfa0d07bc6

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
require 'json'
module OpenNebula
############################################################################
@ -61,10 +60,6 @@ module OpenNebula
@conf[key.to_s.upcase]
end
def to_json
JSON::generate(@conf) if @conf
end
########################################################################
########################################################################
private