lib/elasticonf/config.rb in elasticonf-1.1.3 vs lib/elasticonf/config.rb in elasticonf-1.1.4
- old
+ new
@@ -9,11 +9,11 @@
raise_if_already_initialized_constant
).each do |v|
instance_variable_set "@#{v}", nil
end
end
-
+
def env
@env ||= 'development'
end
def env=(value)
@@ -65,6 +65,6 @@
raise ArgumentError, "TrueClass or FalseClass expected #{value.class} given"
end
@raise_if_already_initialized_constant = value
end
end
-end
\ No newline at end of file
+end