sbecker / asset_packager

JavaScript and CSS Asset Compression for Production Rails Apps
http://synthesis.sbecker.net/pages/asset_packager
516 stars 102 forks source link

Replace call to obsolete `Object#to_a` with `Array(str)`. #28

Open xnzac opened 13 years ago

xnzac commented 13 years ago

I was getting undefined method String#to_a when using Ruby 1.9.2, fixed in 2d05d8c3 by jasoncodes.

Sorry, I'm not sure how to do a pull request on just one commit.