new(tree, node, key, opts, cmd=nil, &b) Class Public methods
contents() Instance Public methods A list of file names contained in this gem
quote(value, column = nil) Instance Public methods QUOTING ==================================================
irb(key) Instance Public methods Returns the irb session for the given key object, see search for more information.
classify(table_name) Instance Public methods Create a class name from a plural table name like Rails does for table names to models. Note that this returns a string and not a Class (To convert to an actual class follow classify with constantize). 'egg_and_hams'.classify # => "EggAndHam" 'posts'.classify # => "Post" Singular names are not handled correctly: 'calculus'.classify # => "Calculu"
_unset_variable2(var, idx, flag) Class Public methods
to_s(options = Hash.new) Instance Public methods Alias for: to_csv
percent_doc() Instance Public methods Calculates the percentage of items documented.
to_eval() Instance Public methods
not_modified?(modified_at) Instance Public methods
Page 945 of 2275