관리-도구
편집 파일: %3d%3d%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Case Equality---Synonym for <tt>Regexp#=~</tt> used in case statements. - !ruby/struct:SM::Flow::VERB body: " a = "HELLO"\n case a\n when /^[a-z]*$/; print "Lower case\\n"\n when /^[A-Z]*$/; print "Upper case\\n"\n else; print "Mixed case\\n"\n end\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " Upper case\n" full_name: Regexp#=== is_singleton: false name: === params: | rxp === str => true or false visibility: public