Class: Twine::Runner::NullOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/twine/runner.rb

Instance Method Summary collapse

Instance Method Details

#puts(message) ⇒ Object



9
10
# File 'lib/twine/runner.rb', line 9

def puts(message)
end

#stringObject



11
12
13
# File 'lib/twine/runner.rb', line 11

def string
  ""
end