duplicable?() Instance Public methods nil is not duplicable: nil.duplicable? # => false nil.dup # => TypeError: can't dup NilClass
blank?() Instance Public methods nil is blank: nil.blank? # => true @return [true]
missing_name?(name) Instance Public methods Was this exception raised because the given name was missing?
missing_name() Instance Public methods Extract the name of the missing constant from the exception message.
to_date() Instance Public methods
remove_possible_method(method) Instance Public methods
redefine_method(method, &block) Instance Public methods
qualified_const_set(path, value) Instance Public methods
qualified_const_get(path) Instance Public methods
qualified_const_defined?(path, search_parents=true) Instance Public methods
Page 81 of 2275