Libraries
»
gem_sample_ruby
(0.0.3)
»
Index
»
GemSampleRuby
»
hello_ruby
Method: GemSampleRuby.hello_ruby
Defined in:
lib/gem_sample_ruby.rb
.
hello_ruby
⇒
Object
4 5 6
# File 'lib/gem_sample_ruby.rb', line 4
def
self
.
hello_ruby
p
"
hello ruby
"
end