Constructor and Description |
---|
JavaLang.ClassLoader() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
resource_as_stream(ThreadContext context,
IRubyObject self,
IRubyObject name) |
static IRubyObject |
resource_as_string(ThreadContext context,
IRubyObject self,
IRubyObject name) |
static IRubyObject |
resource_as_url(ThreadContext context,
IRubyObject self,
IRubyObject name) |
public static IRubyObject resource_as_url(ThreadContext context, IRubyObject self, IRubyObject name)
public static IRubyObject resource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name)
public static IRubyObject resource_as_string(ThreadContext context, IRubyObject self, IRubyObject name)
Copyright © 2001-2016 JRuby. All Rights Reserved.