Module: Gemplate
- Defined in:
- lib/gemplate.rb
Overview
Bootstrap tool for new gems
Defined Under Namespace
Classes: Gem
Constant Summary collapse
- TEMPLATE =
"#{Pathname.new(__FILE__).parent.parent}/template"
- LICENSE_URL =
'https://raw.githubusercontent.com/akerl/licenses/master'
Class Method Summary collapse
-
.new(*args) ⇒ Object
Insert a helper .new() method for creating a new Gem object.
Class Method Details
.new(*args) ⇒ Object
Insert a helper .new() method for creating a new Gem object
14 15 16 |
# File 'lib/gemplate.rb', line 14 def new(*args) self::Gem.new(*args) end |