Class: WhatTheGem::Gem::Bundled::NoBundle
- Defined in:
- lib/whatthegem/gem/bundled.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
6 7 8 |
# File 'lib/whatthegem/gem/bundled.rb', line 6 def name @name end |
Instance Method Details
#present? ⇒ Boolean
11 12 13 |
# File 'lib/whatthegem/gem/bundled.rb', line 11 def present? false end |
#to_h ⇒ Object
7 8 9 |
# File 'lib/whatthegem/gem/bundled.rb', line 7 def to_h {type: 'nobundle'} end |