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.
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
12 13 14 |
# File 'lib/console/output/null.rb', line 12 def call(...) # Do nothing. end |