Module: Simple::Printer::Printable
- Defined in:
- lib/simple-printer.rb
Instance Method Summary collapse
Instance Method Details
#print(**params) ⇒ Object
95 96 97 |
# File 'lib/simple-printer.rb', line 95 def print(**params) Printer.new(printable.map { |s| Field.make(spec: s, object: self) }).print(**params) end |
#printable ⇒ Object
91 92 93 |
# File 'lib/simple-printer.rb', line 91 def printable [] end |