class Jetport

Public Instance Methods

hi() click to toggle source
# File lib/jetport.rb, line 2
def hi
  puts 'Hello!'
end