Method: SystemNavigation::MethodQuery#initialize
- Defined in:
- lib/system_navigation/method_query.rb
#initialize(collection, behavior) ⇒ MethodQuery
Returns a new instance of MethodQuery.
9 10 11 12 |
# File 'lib/system_navigation/method_query.rb', line 9 def initialize(collection, behavior) @collection = collection @behavior = behavior end |