Categories: None [Edit]

need

https://rubygems.org/gems/need
== DESCRIPTION: Need makes ruby relative requires just work. Simply need a file with a relative path and the file will always be required correctly, regardless of what file your application is being launched through. Typically, ruby projects would unshift lib onto $PATH or use the File.dirname(__FILE__) trick. Using need means you don't have to worry about either of these. Assume you have two files, one directly in lib and the other in lib/extensions. Let's assume that file_a in lib requires file_b, in lib/extensions. Previously, you would doing some crazy load path unshifting or use the __FILE__ trick to make these requires flexible enough to work when your app is being accessed by rake, through a test suite, or required as a gem. Now, just use need. In file_a: need{"extensions/file_b"} need "extensions/file_b"

Total

Ranking: 48,916 of 180,661
Downloads: 19,784

Daily

Ranking: 75,347 of 180,641
Downloads: 0

Depended by

RankDownloadsName
40,83825,122block-chainable
63,40513,962drewolson-diggr
64,79213,507diggr
79,5739,997simonmenke-hosts
83,4029,235defmacro
92,7197,811rramsden-diggr
105,7466,160dfg59-diggr
125,8404,387tending
141,0493,596drewolson-defmacro
142,5133,535drewolson-block-chainable
143,4893,493dfg59-defmacro
143,6363,487dfg59-tending

Depends on

RankDownloadsName
1,9638,428,430hoe

Owners

#GravatarHandle
1icondrewolson