Sha256: a3b26c71ca2eebe1d9a05765ded00bf8b440634a908ae39ddc66df3e8e924be0
Contents?: true
Size: 230 Bytes
Versions: 52
Compression:
Stored size: 230 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "Regexp#casefold?" do it "returns the value of the case-insensitive flag" do /abc/i.casefold?.should == true /xyz/.casefold?.should == false end end
Version data entries
52 entries across 52 versions & 2 rubygems