class Geminate

Public Class Methods

how() click to toggle source
# File lib/geminate.rb, line 2
def self.how
        puts "Geminate: the gem I made to teach you how to build your own gems!"
        puts "Learn how at: https://github.com/un5t0ppab13/geminate"
end