Method: Avm::PathString#paths
- Defined in:
- lib/avm/path_string.rb
#paths ⇒ Array
Returns List of paths. Blank paths are rejected.
23 24 25 |
# File 'lib/avm/path_string.rb', line 23 def paths split(SEPARATOR).reject(&:blank?) end |