Libraries
»
livecode
(0.1.0)
»
Index
»
LivecodeServer
»
Scope
»
#puts
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