class PrintHello::World

Public Class Methods

call() click to toggle source
# File lib/print_hello.rb, line 5
def self.call
  p 'Hello World!'
end