String

Parent

Methods

Generated with Razzle Dazzle Redfish.
[Validate]

Public Instance Methods

substr(start, ending=-1) click to toggle source
# File lib/jam/css2xpath.rb, line 97
  def substr(start, ending=-1)
    str = self[start..ending]
    self[start..ending] = ''
    str
  end

Disabled; run with --debug to generate this.