Sha256: 20c8f49b0be76bb2ad7b6e64225aac7710457b0cfa8ac8a536ea7dc986cc331e
Contents?: true
Size: 146 Bytes
Versions: 1
Compression:
Stored size: 146 Bytes
Contents
# encoding: UTF-8 require 'amatch' class String include Amatch def clean term = self.split(': ')[1] term.strip if term end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber_monitor-0.0.7 | lib/cucumber_monitor/string.rb |