require "stanwood/version" module Stanwood def self.hi(name) puts "Testing stanwood gem" + name end end