Skip to content
  • Xavier Noria's avatar
    a9dc4545
    code gardening: removes redundant selfs · a9dc4545
    Xavier Noria authored
    A few have been left for aesthetic reasons, but have made a pass
    and removed most of them.
    
    Note that if the method `foo` returns an array, `foo << 1`
    is a regular push, nothing to do with assignments, so
    no self required.
    a9dc4545
    code gardening: removes redundant selfs
    Xavier Noria authored
    A few have been left for aesthetic reasons, but have made a pass
    and removed most of them.
    
    Note that if the method `foo` returns an array, `foo << 1`
    is a regular push, nothing to do with assignments, so
    no self required.
Loading