Class: Pressletter::Shell::WritesOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/pressletter/shell/writes_output.rb

Instance Method Summary collapse

Instance Method Details

#write(s) ⇒ Object



3
4
5
# File 'lib/pressletter/shell/writes_output.rb', line 3

def write(s)
  puts(s)
end