Sha256: 8a209f28543a01cdc3e2b9ce7389cb8790d28b3577abea09ea6eaf1f9a5dc6e0
Contents?: true
Size: 225 Bytes
Versions: 3
Compression:
Stored size: 225 Bytes
Contents
class MatchData { ruby_alias: 'size def at: idx { ruby: '[] args: [idx] } def [] idx { at: idx } def to_a { arr = [] self size times: |i| { arr << (at: i) } arr } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.3.3 | lib/rbx/match_data.fy |
fancy-0.3.2 | lib/rbx/match_data.fy |
fancy-0.3.1 | lib/rbx/match_data.fy |