Method: Highway::Steps::Step.name
- Defined in:
- lib/highway/steps/step.rb
permalink .name ⇒ String
Name of the step as it appears in configuration file.
20 21 22 |
# File 'lib/highway/steps/step.rb', line 20 def self.name raise NotImplementedError.new("You must override `#{__method__.to_s}` in `#{self.class.to_s}`.") end |