Class: BundlerDate::SpecList
- Inherits:
-
Object
- Object
- BundlerDate::SpecList
- Defined in:
- lib/bundler_date/spec_list.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
Instance Method Summary collapse
- #all ⇒ Object
-
#initialize ⇒ SpecList
constructor
A new instance of SpecList.
- #specs ⇒ Object
Constructor Details
#initialize ⇒ SpecList
Returns a new instance of SpecList.
7 8 9 10 11 12 |
# File 'lib/bundler_date/spec_list.rb', line 7 def initialize @definition = Bundler.definition Bundler.ui.silence { definition.resolve } Bundler.ui.silence { definition.resolve_remotely! } @specs = definition.specs end |
Instance Attribute Details
#definition ⇒ Object (readonly)
Returns the value of attribute definition.
5 6 7 |
# File 'lib/bundler_date/spec_list.rb', line 5 def definition @definition end |