class Console::Output::Null
A null output that does nothing.
def call(...)
def call(...) end
def initialize(...)
def initialize(...) end
def last_output
def last_output self end
A null output that does nothing.
def call(...) end
def initialize(...) end
def last_output self end