Class: Console::Output::Null
- Inherits:
-
Object
- Object
- Console::Output::Null
- Defined in:
- lib/console/output/null.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ Null
constructor
A new instance of Null.
- #last_output ⇒ Object
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
9 10 |
# File 'lib/console/output/null.rb', line 9 def initialize(...) end |
Instance Method Details
#call ⇒ Object
16 17 18 |
# File 'lib/console/output/null.rb', line 16 def call(...) # Do nothing. end |
#last_output ⇒ Object
12 13 14 |
# File 'lib/console/output/null.rb', line 12 def last_output self end |