Package org.jruby
Class RubyString.IncludeUpToCallback
java.lang.Object
org.jruby.RubyString.IncludeUpToCallback
- All Implemented Interfaces:
BlockCallback
- Enclosing class:
- RubyString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, IRubyObject arg0) call(ThreadContext context, IRubyObject[] args, Block block) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jruby.runtime.BlockCallback
call, call, call, call
-
Field Details
-
beg
-
-
Constructor Details
-
IncludeUpToCallback
IncludeUpToCallback(IRubyObject beg)
-
-
Method Details
-
call
- Specified by:
callin interfaceBlockCallback
-
call
- Specified by:
callin interfaceBlockCallback
-