Method: NoSE::Plans::SortPlanStep#initialize
- Defined in:
- lib/nose/plans/sort.rb
#initialize(sort_fields, state = nil) ⇒ SortPlanStep
Returns a new instance of SortPlanStep.
9 10 11 12 13 14 |
# File 'lib/nose/plans/sort.rb', line 9 def initialize(sort_fields, state = nil) super() @sort_fields = sort_fields @state = state end |