Module: StringUtilityBelt::RegexMe::To::Search
- Included in:
- String
- Defined in:
- lib/string_utility_belt/regex_me_to_search.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) regex_me_to_search_mysql(options = {})
14 15 16 |
# File 'lib/string_utility_belt/regex_me_to_search.rb', line 14 def regex_me_to_search_mysql( = {}) regex_me_to_search(:mysql, ) end |
- (Object) regex_me_to_search_ruby(options = {})
10 11 12 |
# File 'lib/string_utility_belt/regex_me_to_search.rb', line 10 def regex_me_to_search_ruby( = {}) regex_me_to_search(:ruby, ) end |