class Practical

Public Class Methods

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