Uses of Class
org.jruby.RubyFile
Packages that use RubyFile
-
Uses of RubyFile in org.jruby
Modifier and TypeMethodDescriptionstatic IRubyObject
RubyIOBuffer.map
(ThreadContext context, IRubyObject self, RubyFile _file, int _size, int _offset, int _flags) -
Uses of RubyFile in org.jruby.api
Methods in org.jruby.api that return RubyFileModifier and TypeMethodDescriptionstatic RubyFile
Convert.castAsFile
(ThreadContext context, IRubyObject newValue) Cast the given value to a RubyFile with most basic typeError thrown if the value is not a RubyFile.