class Rack::CGI::Executable

Public Class Methods

=~(rhs) click to toggle source
# File lib/rack/cgi.rb, line 6
def self.=~ rhs
  ::File.executable? rhs
end