class Object

Public Instance Methods

informante(type = :hash) click to toggle source
# File lib/generators/templates/informante.rb, line 5
def informante(type = :hash)
  Informante.set(type)
end