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"
require_relative

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

2015-04-17 11:57:19
test

test(cmd, file1 [, file2] ) â obj Instance Public methods Uses the integer

2015-04-17 12:37:31
caller_locations

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

2015-04-17 09:34:56
String

String(arg) â string Instance Public methods Returns arg as an String

2015-04-17 08:34:28