public interface Script
Modifier and Type | Method and Description |
---|---|
IRubyObject |
__file__(ThreadContext context,
IRubyObject self,
Block block) |
IRubyObject |
__file__(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
IRubyObject |
__file__(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
IRubyObject |
__file__(ThreadContext context,
IRubyObject self,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
IRubyObject |
__file__(ThreadContext context,
IRubyObject self,
IRubyObject arg,
IRubyObject arg2,
IRubyObject arg3,
Block block) |
IRubyObject |
load(ThreadContext context,
IRubyObject self,
boolean wrap) |
IRubyObject |
load(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block)
Deprecated.
|
IRubyObject |
run(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
void |
setFilename(String filename) |
void |
setRootScope(StaticScope scope) |
IRubyObject __file__(ThreadContext context, IRubyObject self, Block block)
IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg1, IRubyObject arg2, Block block)
IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg, IRubyObject arg2, IRubyObject arg3, Block block)
IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
IRubyObject run(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
@Deprecated IRubyObject load(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
IRubyObject load(ThreadContext context, IRubyObject self, boolean wrap)
void setFilename(String filename)
void setRootScope(StaticScope scope)
Copyright © 2001-2013 JRuby. All Rights Reserved.