module PADGEM_GEM_NAME

Constants

VERSION

Public Class Methods

main(arg) click to toggle source

Your code goes here…

# File lib/foundation/lib/foundation.rb, line 6
def self.main(arg)
  puts "PADGEM_GEM_NAME: #{arg}"
end