Sha256: 0bf78f9d221e59196e41b0230e4a064144134c49dfeb645762c614eb37fc56cf
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
# class Bird [](#class-Bird) [](#top) The base class for all birds. ## Public Instance Methods ### fly(string, number) -> bool [](#method-i-fly) Fly somewhere. Flying is the most critical feature of birds. = Example fly(:south, 70) ### speak() { |text| ... } [](#method-i-speak) Produce some noise.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdoc-markdown-0.4 | example/Bird.md |
rdoc-markdown-0.3.6 | example/Bird.md |