module Gahh

Public Class Methods

test_with_puts_word(word) click to toggle source
# File lib/gahh.rb, line 3
def self.test_with_puts_word(word)
  puts "testing with #{word}"
end