Class: Rubysmith::CLI::Actions::Name
- Inherits:
-
Sod::Action
- Object
- Sod::Action
- Rubysmith::CLI::Actions::Name
- Defined in:
- lib/rubysmith/cli/actions/name.rb
Overview
Stores project (build) name.
Instance Method Summary collapse
Instance Method Details
#call(name) ⇒ Object
19 |
# File 'lib/rubysmith/cli/actions/name.rb', line 19 def call(name) = input.merge!(project_name: name) |