Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_regexObject



2
3
4
# File 'lib/veycrece/extra.rb', line 2

def to_regex
	Regexp.new(self)
end