Class: Twine::Runner::NullOutput
- Inherits:
-
Object
- Object
- Twine::Runner::NullOutput
- 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() end |
#string ⇒ Object
11 12 13 |
# File 'lib/twine/runner.rb', line 11 def string "" end |