lib/schema_serializer/configuration.rb in schema_serializer-0.2.3 vs lib/schema_serializer/configuration.rb in schema_serializer-0.2.4
- old
+ new
@@ -2,10 +2,10 @@
class Configuration
VALID_OPTIONS = [
:raise_on_null,
].freeze
- attr_accessor *VALID_OPTIONS
+ attr_accessor(*VALID_OPTIONS)
def initialize(options = {})
reset
merge(options)
end