Libraries
»
flydata
(0.8.9)
»
Index
»
Flydata
»
Command
»
Base
»
#newline
Method: Flydata::Command::Base#newline
Defined in:
lib/flydata/command/base.rb
#
newline
⇒
Object
print console
111
# File 'lib/flydata/command/base.rb', line 111
def
newline
;
puts
end