Method: RegexpExamples::ChargroupParser#result

Defined in:
lib/regexp-examples/chargroup_parser.rb

#resultObject



65
66
67
# File 'lib/regexp-examples/chargroup_parser.rb', line 65

def result
  @negative ? (CharSets::Any - @charset) : @charset
end