module Kernal

Public Instance Methods

hey_meow!(*args) click to toggle source
# File lib/right_meow.rb, line 21
def hey_meow!(*args)
        $meow_count +=1
        raise *args
end