class EggmanTesting::Hi

Public Class Methods

hi() click to toggle source
# File lib/eggman_testing/hi.rb, line 4
def self.hi
  'hi 10'
end