Method: Autoproj::ExcludedSelection#initialize
- Defined in:
- lib/autoproj/exceptions.rb
#initialize(selection) ⇒ ExcludedSelection
Returns a new instance of ExcludedSelection.
74 75 76 77 78 |
# File 'lib/autoproj/exceptions.rb', line 74 def initialize(selection) @selection = selection super() end |