Module: Procstar::RegexpMatcher

Defined in:
lib/procstar/regexp_matcher.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



5
6
7
# File 'lib/procstar/regexp_matcher.rb', line 5

def to_proc
  lambda{ |e| e.to_s[self] }
end