class FitRb

Public Class Methods

hello() click to toggle source
# File lib/fit_rb.rb, line 2
def self.hello
  puts "Hello world!"
end