module GemSamplePruby

Constants

VERSION

Public Class Methods

hello_pruby() click to toggle source
# File lib/gem_sample_pruby.rb, line 4
def self.hello_pruby
  p "hello pruby!!"
end