class WaterMan::Define

Public Class Methods

hi() click to toggle source
# File lib/water_man/define.rb, line 11
def self.hi
  "Hi"
end
normal?() click to toggle source
# File lib/water_man/define.rb, line 7
def self.normal?
  "You are a normal man"
end
water_monster?() click to toggle source
# File lib/water_man/define.rb, line 3
def self.water_monster?
  "You are a water monster"
end