Method: GemSampleRuby.hello_ruby

Defined in:
lib/gem_sample_ruby.rb

.hello_rubyObject



4
5
6
# File 'lib/gem_sample_ruby.rb', line 4

def self.hello_ruby
  p "hello ruby"
end