Class: Trocla::Formats::Plain
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
expensive, #expensive?, expensive?, #initialize, #render
Constructor Details
This class inherits a constructor from Trocla::Formats::Base
Instance Method Details
#format(plain_password, options = {}) ⇒ Object
2 3 4 |
# File 'lib/trocla/formats/plain.rb', line 2 def format(plain_password, = {}) plain_password end |