Libraries
»
cotta
(1.0.0)
»
Index
»
Cotta
»
CommandInterface
»
#puts
Method: Cotta::CommandInterface#puts
Defined in:
lib/cotta/impl/command_interface.rb
#
puts
(content) ⇒
Object
9 10 11
# File 'lib/cotta/impl/command_interface.rb', line 9
def
puts
(
content
)
@io
.
puts
(
content
)
end