lib/json/generator/boolean_attribute.rb in json-generator-0.0.1 vs lib/json/generator/boolean_attribute.rb in json-generator-0.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
module JSON
module Generator
class BooleanAttribute < BasicAttribute
DEFAULT_VALUE = false
end