class AllTheThings

Public Class Methods

hi() click to toggle source
# File lib/all_the_things.rb, line 2
def self.hi
  puts "All The Things!"
end