Module: GemSampleRuby
- Defined in:
- lib/gem_sample_ruby.rb,
lib/gem_sample_ruby/version.rb
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
Class Method Details
.hello_ruby ⇒ Object
4 5 6 |
# File 'lib/gem_sample_ruby.rb', line 4 def self.hello_ruby p "hello ruby" end |