class StackoverflowDocumentation

Public Class Methods

hello() click to toggle source
# File lib/stackoverflow_documentation.rb, line 2
def self.hello
  puts "Hello, world!"
end