SFEley / sinatra-flash

TODO: one-line summary of your gem
Other
155 stars 24 forks source link

Update flash.rb #12

Open ggoral opened 4 years ago

ggoral commented 4 years ago

After run test on a sinatra application we found next error "sinatra-flash-0.3.0/lib/sinatra/flash.rb:15: warning: instance variable @flash not initialized"

We fix this issue adding a simple "defined?" method.

BR