Method: Commands::CommandContext#output

Defined in:
lib/commands/commandcontext.rb

#output(s) ⇒ Object



31
32
33
# File 'lib/commands/commandcontext.rb', line 31

def output(s)
	@onoutput.call(s)
end