request Instance Public methods Returns an ActionDispatch::Request instance that represents the current request.
obj.remove_instance_variable(symbol) â obj Instance Public methods Removes the named instance variable from obj, returning that variable's value. class Dummy attr_reader :var def initialize @var = 99 end def remove remove_instance_variable(:@var) end end d = Dummy.new d.var #=> 99 d.remove #=> 99 d.var #=> nil
for_spec?(spec) Instance Public methods
visit_Psych_Nodes_Alias(o) Instance Public methods
active?() Instance Public methods
item_parent(item) Instance Public methods
getpwent() Class Public methods Returns an entry from the /etc/passwd file. The first time it is called it opens the file and returns the first entry; each successive call returns the next entry, or nil if the end of the file has been reached. To close the file when processing is complete, call ::endpwent. Each entry is returned as a Passwd struct.
imagebind(context, *args) Instance Public methods def imagebind(*args) _bind_for_event_class(Event_for_Items, [path, 'bindImage'], *args) self end
append_features(klass) Class Public methods
inline_text?() Instance Public methods
Page 882 of 2275