Libraries
»
sym
(2.2.1)
»
Index
»
Sym
»
App
»
Input
»
Handler
»
#puts
Method: Sym::App::Input::Handler#puts
Defined in:
lib/sym/app/input/handler.rb
#
puts
(*args) ⇒
Object
17 18 19
# File 'lib/sym/app/input/handler.rb', line 17
def
puts
(
*
args
)
STDERR
.
puts
args
end