관리-도구
편집 파일: match%3f-i.yaml
--- !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