Sha256: cadb3b84f53975212f63fa3f974eb2c5f54b4d46d8003f4abda5e4820a58383b

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

class Integer {
  # common ruby-forwarding methods used by Fixnum & Bignum classes

  def times: block {
    # this version gets replaced in lib/integer.fy with a native one
    times(&block)
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fancy-0.4.0 lib/rbx/integer.fy