select

select(sql, name = nil, binds = []) Instance Public methods Returns an ActiveRecord::Result instance.

new

new(gem, options={}) Class Public methods Constructs an Installer instance that will install the gem located at gem. options is a Hash with the following keys: :bin_dir Where to put a bin wrapper if needed. :development Whether or not development dependencies should be installed. :env_shebang Use /usr/bin/env in bin wrappers. :force Overrides all version checks and security policy checks, except for a signed-gems-only policy. :format_executable Format the executable

fnmatch?

File.fnmatch?( pattern, path, [flags] ) â (true or false) Class Public methods Returns true if path matches against pattern The pattern is not a regular expression; instead it follows rules similar to shell filename globbing. It may contain the following metacharacters: * Matches any file. Can be restricted by other values in the glob. * will match all files; c* will match all files beginning with c; *c will match all files ending with c; and *c* will match all files that have c

ipv4_loopback?

ipv4_loopback?() Instance Public methods Returns true for IPv4 loopback address (127.0.0.0/8). It returns false otherwise.

uri_escaper

uri_escaper() Instance Public methods

**

big_decimal ** exp â big_decimal Instance Public methods It is a synonym of #power.

draw18

draw18() Instance Public methods Sling shot

l

l(*args) Instance Public methods Alias for: localize

current_sort_configinfo

current_sort_configinfo(slot=nil) Instance Public methods

files

files() Instance Public methods Files included in this gem. You cannot append to this accessor, you must assign to it. Only add files you can require to this list, not directories, etc. Directories are automatically stripped from this list when building a gem, other non-files cause an error. Usage: require 'rake' spec.files = FileList['lib .rb', 'bin/*', '[A-Z]*', 'test/ *'].to_a # or without Rake... spec.fil