class Roam

Public Class Methods

hi() click to toggle source
# File lib/roam.rb, line 2
def self.hi
    puts "Roam, this is a placeholder, it is not the real roam yet"
end