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: 52,688 of 192,934
Downloads: 21,728

Daily

Ranking: 119,028 of 192,908
Downloads: 0

Depended by

RankDownloadsName
45,19226,827block-chainable
67,04015,591drewolson-diggr
70,03414,612diggr
82,71311,385simonmenke-hosts
89,12510,046defmacro
96,9038,793rramsden-diggr
110,0876,978dfg59-diggr
131,8264,903tending
147,6444,024drewolson-defmacro
148,3953,987drewolson-block-chainable
148,6363,975dfg59-defmacro
149,1093,954dfg59-tending

Depends on

RankDownloadsName
2,3609,278,809hoe

Owners

#GravatarHandle
1icondrewolson