Top Level Namespace

Defined Under Namespace

Modules: Informante Classes: Hash, InformanteObject

Instance Method Summary collapse

Instance Method Details

#informante(type = :hash) ⇒ Object

– informante method global – specify type attributes, for example: :hash, :object, :array, :string. Default: ‘:hash`



5
6
7
# File 'lib/generators/templates/informante.rb', line 5

def informante(type = :hash)
  Informante.set(type)
end