module GemSampleRuby

Constants

VERSION

Public Class Methods

hello_ruby() click to toggle source
# File lib/gem_sample_ruby.rb, line 4
def self.hello_ruby
  p "hello ruby"
end