Method: Avm::PathString#initialize
- Defined in:
- lib/avm/path_string.rb
#initialize(string = nil) ⇒ PathString
Returns a new instance of PathString.
18 19 20 |
# File 'lib/avm/path_string.rb', line 18 def initialize(string = nil) super(string.to_s) end |