Method: LivecodeServer::Scope#puts

Defined in:
lib/livecode_server/scope.rb

#puts(string) ⇒ Object



14
15
16
# File 'lib/livecode_server/scope.rb', line 14

def puts(string)
  @__server.output string
end