[−][src]Trait mruby::top_self::MrbTopSelf
Return a Value
-wrapped reference to "top self".
Top self is the root object that evaled code is executed within. Global methods, classes, and modules are defined in top self.
Required methods
fn top_self(&self) -> Value
Return a Value
-wrapped reference to "top self".
Top self is the root object that evaled code is executed within. Global methods, classes, and modules are defined in top self.