Class: YARD::CodeObjects::Lucid::Base

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

Direct Known Subclasses

Step

Instance Method Summary collapse

Methods included from LocationHelper

#file, #line_number, #location

Instance Method Details

#pathObject



19
20
21
# File 'lib/yard/code_objects/lucid/base.rb', line 19

def path
  @value || super
end