PATH:
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Mime
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if the given value is a mime match for the given mime match specification, false otherwise. - !ruby/struct:SM::Flow::VERB body: " Rack::Mime.match?('text/html', 'text/*') => true\n Rack::Mime.match?('text/plain', '*') => true\n Rack::Mime.match?('text/html', 'application/json') => false\n" full_name: Rack::Mime#match? is_singleton: false name: match? params: (value, matcher) visibility: public
[-] mime_type-i.yaml
[edit]
[+]
..
[-] cdesc-Mime.yaml
[edit]
[-] match%3f-i.yaml
[edit]