Method: SystemNavigation::MethodQuery#initialize

Defined in:
lib/system_navigation/method_query.rb

#initialize(collection, behavior) ⇒ MethodQuery

Returns a new instance of MethodQuery.

Since:

  • 0.1.0



9
10
11
12
# File 'lib/system_navigation/method_query.rb', line 9

def initialize(collection, behavior)
  @collection = collection
  @behavior = behavior
end