Class: RubyGemsRequirementsSystem::Executable
- Inherits:
-
Struct
- Object
- Struct
- RubyGemsRequirementsSystem::Executable
- Defined in:
- lib/rubygems-requirements-system/executable.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/rubygems-requirements-system/executable.rb', line 19 def name @name end |
Instance Method Details
#installed? ⇒ Boolean
20 21 22 |
# File 'lib/rubygems-requirements-system/executable.rb', line 20 def installed? ExecutableFinder.exist?(name) end |