require "gem_sample_pruby/version" module GemSamplePruby class Error < StandardError; end def self.hello_pruby "hello pruby!!" end end