Class: Rugex::Base

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

Instance Method Summary collapse

Instance Method Details

#string(text, regex_string) ⇒ Object



15
16
17
# File 'lib/rugex.rb', line 15

def string(text, regex_string)
  puts Rugex::String.new text, regex_string
end