new

new(env) Class Public methods

new

new(model, name) Class Public methods

to_s

to_s(format = :default) Instance Public methods Also aliased as: to_default_s

asset_path

asset_path(source, options = {}) Instance Public methods Computes the path to asset in public directory. If :type options is set, a file extension will be appended and scoped to the corresponding public directory. All other asset *_path helpers delegate through this method. asset_path "application.js" # => /application.js asset_path "application", type: :javascript # => /javascripts/application.js asset_path "application", type: :stylesheet # =>

nodeTypedValue=

nodeTypedValue=(arg0) Instance Public methods VOID nodeTypedValue get the strongly typed value of the node

nodeTypedValue=

nodeTypedValue=(arg0) Instance Public methods VOID nodeTypedValue get the strongly typed value of the node

find_files

find_files(glob, check_load_path=true) Class Public methods Returns a list of paths matching glob that can be used by a gem to pick up features from other gems. For example: Gem.find_files('rdoc/discover').each do |path| load path end if check_load_path is true (the default), then ::find_files also searches $LOAD_PATH for files as well as gems. Note that ::find_files will return all files even if they are from different versions of the same gem.

private_methods

obj.private_methods(all=true) â array Instance Public methods Returns the list of private methods accessible to obj. If the all parameter is set to false, only those methods in the receiver will be listed.

raise

raise(page=None) Instance Public methods

have_author?

have_author?(check_parent=true) Instance Public methods Returns whether any of the following are true There are any authors in the feed If the parent element has an author and the check_parent parameter was given. There is a source element that has an author