rack-flash icon indicating copy to clipboard operation
rack-flash copied to clipboard

What is the point of rack-flash.rb?

Open galvez opened this issue 14 years ago • 1 comments

Isn't it just requiring rack/flash?

Why not just require "rack/flash" instead of "rack-flash" then?

Just wondering.

galvez avatar Mar 28 '10 17:03 galvez

Some people and libraries, like bundler or yard, assume (per default) that you can do require 'gem-name'.

rkh avatar Mar 29 '10 13:03 rkh