Class HardLine
In: daimoku-server/matrix-extensions.rb
Parent: Object

The HardLine class lets the Player import code into the Simulation imported code is stored into a String and any created Objects and classes are immediately available to all Players within the Simulation if the Classes have been made available by the Architect

hardline = HardLine.new IORodneyAHSND1 hardline.request ‘somesite.com/ruby.rb’ hardline.eval IORodneyAHSND1.puts hardline

Methods

eval   history   list   new   request   sandbox=   to_s   to_str  

Public Class methods

io is usually the Player‘s IO object, for example IOjoe1827335

Hide the Sandbox

Public Instance methods

Evaluate the outside code

prints out a history of URLs that have been accessed

List the source code

Requests a URL

[Validate]