current_y2axis_configinfo(slot=nil) Instance Public methods
tag_start(name, attributes) Instance Public methods
quiet=(bool) Instance Public methods Set quietness to bool
app(create=false) Instance Public methods reference the global âappâ instance, created on demand. To recreate the instance, pass a non-false value as the parameter.
check_generator() Instance Public methods Ensure only one generator is loaded
false | obj â true or falsenil | obj â true or false Instance Public methods OrâReturns false if obj is nil or false; true otherwise.
to_feed(rss, item) Instance Public methods
parse() Instance Public methods
restore() Instance Public methods Restore (empty) session state.
absolute?() Instance Public methods Predicate method for testing whether a path is absolute. It returns true if the pathname begins with a slash. p = Pathname.new('/im/sure') p.absolute? #=> true p = Pathname.new('not/so/sure') p.absolute? #=> false
Page 482 of 2275