Sha256: 40d323701b1fac27838331eaf43af5e57e55474a61db97aeee47097a7e89b6d7
Contents?: true
Size: 316 Bytes
Versions: 52
Compression:
Stored size: 316 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) ruby_version_is ""..."1.9" do describe "MatchData#select" do it "yields the contents of the match array to a block" do /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").select { |x| x }.should == ["HX1138", "H", "X", "113", "8"] end end end
Version data entries
52 entries across 52 versions & 2 rubygems