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

add_platform

        # Gem::PlatformMismatch.add_platform

(from ruby core)
### Implementation from PlatformMismatch
---
    add_platform(platform)

---

append a platform to the list of mismatched platforms.

Platforms are added via this instead of injected via the constructor so
that we can loop over a list of mismatches and just add them rather than
perform some kind of calculation mismatch summary before creation.



      

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.