class Cucumber::StepMatch

def text_length

def text_length
  @step_definition.expression.source.to_s.unpack('U*').length
end