| Class | Sprockets::AssetAttributes |
| In: |
lib/sprockets/asset_attributes.rb
|
| Parent: | Object |
`AssetAttributes` is a wrapper similar to `Pathname` that provides some helper accessors.
These methods should be considered internalish.
| environment | [R] | |
| pathname | [R] |
Returns an `Array` of engine extensions.
"foo.js.coffee.erb"
# => [".coffee", ".erb"]