Method: Gemgate::SpecsIndex#initialize
- Defined in:
- lib/gemgate/specs_index.rb
#initialize(filename) ⇒ SpecsIndex
Returns a new instance of SpecsIndex.
6 7 8 9 |
# File 'lib/gemgate/specs_index.rb', line 6 def initialize(filename) @filename = filename @conditions = [] end |