Module: SpecifiedRuby
- Extended by:
- SpecifiedRuby
- Included in:
- SpecifiedRuby
- Defined in:
- lib/bard/plugins/install/specified_ruby.rb
Instance Method Summary collapse
Instance Method Details
#ensure! ⇒ Object
4 5 6 7 8 9 |
# File 'lib/bard/plugins/install/specified_ruby.rb', line 4 def ensure! return "true" if native? install unless installed? restart unless current? "true" end |