class RegExpert::CharacterStep
Public Instance Methods
regexp_string()
click to toggle source
# File lib/reg_expert.rb, line 106 def regexp_string return "." unless value "[#{value}]" end
# File lib/reg_expert.rb, line 106 def regexp_string return "." unless value "[#{value}]" end