Class: GemFresh::Outdated
- Inherits:
-
Object
- Object
- GemFresh::Outdated
- Defined in:
- lib/gem_fresh/outdated.rb
Instance Attribute Summary collapse
-
#gem_info ⇒ Object
readonly
Returns the value of attribute gem_info.
Instance Method Summary collapse
-
#initialize ⇒ Outdated
constructor
A new instance of Outdated.
Constructor Details
#initialize ⇒ Outdated
Returns a new instance of Outdated.
6 7 8 9 |
# File 'lib/gem_fresh/outdated.rb', line 6 def initialize @bundler_version = GemVersion.new(::Bundler::VERSION) figure_out_outdated_gems end |
Instance Attribute Details
#gem_info ⇒ Object (readonly)
Returns the value of attribute gem_info.
4 5 6 |
# File 'lib/gem_fresh/outdated.rb', line 4 def gem_info @gem_info end |