module Reversifier

Constants

VERSION

Public Class Methods

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