Class: Mycommands::Printer
- Inherits:
-
Object
- Object
- Mycommands::Printer
- Defined in:
- lib/mycommands/views/view.rb
Instance Method Summary collapse
Instance Method Details
#print(string) ⇒ Object
34 35 36 |
# File 'lib/mycommands/views/view.rb', line 34 def print string puts string end |