Class: Cleon::Services::CloneCleon
- Defined in:
- lib/cleon/services/clone_cleon.rb
Overview
The service copies Cleon source code into target gem sources,
changing the original Cleon name to the target gem name.
Constant Summary
Constants included from ArGuards
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(name) ⇒ CloneCleon
constructor
A new instance of CloneCleon.
Methods inherited from Service
Constructor Details
#initialize(name) ⇒ CloneCleon
Returns a new instance of CloneCleon.
13 14 15 |
# File 'lib/cleon/services/clone_cleon.rb', line 13 def initialize(name) @home = Home.new(name) end |