class TestMe

Public Class Methods

hello() click to toggle source
# File lib/ergast_f1.rb, line 14
def self.hello
  puts "hello world"
end