Class: RSGem::Tasks::SetRequiredRubyVersion
- Defined in:
- lib/rsgem/tasks/set_required_ruby_version.rb
Constant Summary collapse
- OUTPUT =
OutputStruct.new(name: 'Set required Ruby version')
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Output
Constructor Details
This class inherits a constructor from RSGem::Tasks::Base
Instance Method Details
#perform ⇒ Object
8 9 10 11 |
# File 'lib/rsgem/tasks/set_required_ruby_version.rb', line 8 def perform set_required_ruby_version write end |