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,
IRubyObject[] args,
Block block) |
IRubyObject |
run(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
void |
setFilename(java.lang.String filename) |
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)
IRubyObject load(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
void setFilename(java.lang.String filename)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.