class Testjr

Public Class Methods

hello() click to toggle source
# File lib/testjr.rb, line 2
def self.hello
  puts 'Hello World'
end