Method: Nanoc::Core::Identifier#components
- Defined in:
- lib/nanoc/core/identifier.rb
#components ⇒ Object
193 194 195 196 197 198 199 200 |
# File 'lib/nanoc/core/identifier.rb', line 193 def components res = to_s.split('/') if res.empty? [] else res[1..] end end |