module Napa::Representable::IncludeNil::ClassMethods

Public Instance Methods

property(name, options={}, &block) click to toggle source
Calls superclass method
# File lib/napa/output_formatters/include_nil.rb, line 10
def property(name, options={}, &block)
  super(name, options.merge(render_nil: true), &block)
end