Class: Mycommands::Printer

Inherits:
Object
  • Object
show all
Defined in:
lib/mycommands/views/view.rb

Instance Method Summary collapse

Instance Method Details



34
35
36
# File 'lib/mycommands/views/view.rb', line 34

def print string
  puts string
end