Class: RWTFile

Inherits:
Object
  • Object
show all
Defined in:
lib/tracklib.rb

Instance Method Summary collapse

Instance Method Details

#hello_from_rubyObject



10
11
12
13
# File 'lib/tracklib.rb', line 10

def hello_from_ruby()
  puts "I am a ruby method"
  return 5
end