Method: XDry::FileRef#initialize
- Defined in:
- lib/xdry/parsing/pos.rb
#initialize(path) ⇒ FileRef
Returns a new instance of FileRef.
26 27 28 29 |
# File 'lib/xdry/parsing/pos.rb', line 26 def initialize path super() @path = path end |