class Twine::Runner::NullOutput

Public Instance Methods

puts(message) click to toggle source
# File lib/twine/runner.rb, line 9
def puts(message)
end
string() click to toggle source
# File lib/twine/runner.rb, line 11
def string
  ""
end