Libraries
»
pug
(0.2.1)
»
Index
»
Commands
»
CommandContext
»
#output
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