class GemTest

Public Class Methods

speak() click to toggle source
# File lib/GemTest.rb, line 3
def self.speak
  puts "GemTest here.\narf!"
end