8 9 10
# File 'lib/ccp/data.rb', line 8 def path(key) self[key].must.coerced(Pathname, String=>proc{|i| Pathname(i)}) end