module GentleMan

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/gentle_man.rb, line 4
def hello
  'hello! Gentle!'
end

Private Instance Methods

hello() click to toggle source
# File lib/gentle_man.rb, line 4
def hello
  'hello! Gentle!'
end