class AndBilling::Hello

Public Class Methods

say_it() click to toggle source
# File lib/andbilling.rb, line 11
def self.say_it
  "Hello!"
end