Class: YARD::CodeObjects::Cucumber::Base

Inherits:
Base
  • Object
show all
Includes:
LocationHelper
Defined in:
lib/yard/code_objects/cucumber/base.rb

Direct Known Subclasses

Step

Instance Method Summary collapse

Methods included from LocationHelper

#file, #line_number, #location

Instance Method Details

#pathObject



23
24
25
# File 'lib/yard/code_objects/cucumber/base.rb', line 23

def path
  @value || super
end