Class: Regexp

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyexcel.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



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

def to_proc
  proc { |s| self =~ s.to_s }
end