Module: Hackershout::Output

Included in:
Base, Provider, Provider::Base
Defined in:
lib/hackershout/output.rb

Instance Method Summary collapse

Instance Method Details

#blankObject



8
9
10
# File 'lib/hackershout/output.rb', line 8

def blank
  print "\n"
end


4
5
6
# File 'lib/hackershout/output.rb', line 4

def print(str)
  $stdout.print "\n" + str
end