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
in_files() Instance Public methods The files comments in this section come from
cdata_block(string) Instance Public methods Alias for: characters
remove(*indices) Instance Public methods
version() Class Public methods Returns the version of the currently loaded ActionMailer as a Gem::Version
Page 482 of 2275