Type:
Module
Constants:
RUBYGEMS_ACTIVATION_MONITOR : Monitor.new # :nodoc:

The Kernel module is included by class Object, so its methods are available in every Ruby object.

The Kernel instance methods are documented in class Object while the module methods are documented here. These methods are called without a receiver and thus can be called in functional form:

sprintf "%.1f", 1.234 #=> "1.2"
caller_locations

caller_locations(start=1, length=nil) â array or nilcaller_locations(range) â array or nil

2015-04-17 09:34:56
gem

gem(gem_name, *requirements) Instance Private methods Use

2015-04-17 13:03:23
require_relative

require_relative(string) â true or false Instance Public methods Ruby tries

2015-04-17 11:57:19
URI

URI(uri) Class Public methods Returns uri converted to a

2015-04-17 07:44:26