Method: Representable::Definition#options

Defined in:
lib/representable/definition.rb

#optionsObject

TODO: remove in 2.0.



31
32
33
34
# File 'lib/representable/definition.rb', line 31

def options # TODO: remove in 2.0.
  warn "Representable::Definition#option is deprecated, use #[] directly."
  self
end