This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

memberwise

        # Benchmark::Tms.memberwise

(from ruby core)
### Implementation from Tms
---
    memberwise(op, x)

---

Returns a new Tms object obtained by memberwise operation `op` of the
individual times for this Tms object with those of the other Tms object
(`x`).

`op` can be a mathematical operation such as `+`, `-`, `*`, `/`



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.