Method: Representable::Config#initialize

Defined in:
lib/representable/config.rb

#initializeConfig

Returns a new instance of Config.



12
13
14
15
# File 'lib/representable/config.rb', line 12

def initialize(*)
  super
  @wrap = nil
end