Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_regObject



80
81
82
# File 'lib/time_extentions.rb', line 80

def to_reg
	/#{to_s}/i
end