class ThoughtPush

Public Class Methods

hi() click to toggle source
# File lib/thoughtpush.rb, line 2
def self.hi
  puts "Hello from ThoughtPush!"
end