Module: Kernel

Defined in:
lib/core_ext/kernel.rb

Instance Method Summary collapse

Instance Method Details

#alfred?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/core_ext/kernel.rb', line 6

def alfred?
  "Yes, m'lord?"
end

#sherry?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/core_ext/kernel.rb', line 2

def sherry?
  "Rather."
end