method
autoload?
v1_9_1_378 -
Show latest stable
- Class:
Kernel
autoload?(p1)public
MISSING: documentation
static VALUE
rb_f_autoload_p(VALUE obj, VALUE sym)
{
/* use rb_vm_cbase() as same as rb_f_autoload. */
VALUE klass = rb_vm_cbase();
if (NIL_P(klass)) {
return Qnil;
}
return rb_mod_autoload_p(klass, sym);
} Related methods
- Instance methods
- Array
- BigDecimal
- Complex
- Float
- Integer
- JSON
- Rational
- String
- __callee__
- __method__
- `
- abort
- at_exit
- autoload
- autoload?
- binding
- block_given?
- callcc
- caller
- catch
- chomp
- chop
- eval
- exec
- exit
- exit!
- fail
- fork
- format
- gets
- global_variables
- gsub
- iterator?
- j
- jj
- lambda
- load
- local_variables
- loop
- p
- pretty_inspect
- printf
- proc
- putc
- puts
- raise
- rand
- readline
- readlines
- require
- select
- set_trace_func
- sleep
- spawn
- sprintf
- srand
- sub
- syscall
- system
- test
- throw
- trace_var
- trap
- untrace_var
- warn
- Class methods
- URI
- open
- pp
- Private methods
-
open_uri_original_open -
Pathname -
URI -
open -
open_uri_original_open -
pp -
scanf -
y