Class: RWTFile
- Inherits:
- 
      Object
      
        - Object
- RWTFile
 
- Defined in:
- lib/tracklib.rb
Instance Method Summary collapse
Instance Method Details
#hello_from_ruby ⇒ Object
| 10 11 12 13 | # File 'lib/tracklib.rb', line 10 def hello_from_ruby() puts "I am a ruby method" return 5 end |