Method: Highway::Steps::Step.parameters

Defined in:
lib/highway/steps/step.rb

.parametersArray<Highway::Steps::Parameters::*>

Parameters that this step recognizes.

Returns:

Raises:

  • (NotImplementedError)
[View source]

27
28
29
# File 'lib/highway/steps/step.rb', line 27

def self.parameters
  raise NotImplementedError.new("You must override `#{__method__.to_s}` in `#{self.class.to_s}`.")
end