module Procstar::RegexpMatcher
Public Instance Methods
to_proc()
click to toggle source
# File lib/procstar/regexp_matcher.rb, line 5 def to_proc lambda{ |e| e.to_s[self] } end
# File lib/procstar/regexp_matcher.rb, line 5 def to_proc lambda{ |e| e.to_s[self] } end