Module Ramaze::Tool::Bin::Helpers
In: lib/ramaze/tool/bin.rb

Methods

Public Instance methods

We‘re really only concerned about win32ole, so we focus our check on its ability to load that

Find the path to rackup, by searching for -R (undocumented cli argument), then checking RUBYLIB for the first rack it can find there, finally falling back to gems and looking for rackup in the gem bindir. If we can‘t find rackup we‘re raising; not even usage is sane without rackup.

[Validate]