Sha256: 941aa14f8399d018922c3a156fbd95c76a9820b2218504f616bacaeb2bd2ddea
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
# Class: Bird **Inherits:** Object The base class for all birds. #Instance Methods ## _fly_impl(_direction, _velocity) [](#method-i-_fly_impl) :nodoc: ## fly(direction, velocity) [](#method-i-fly) Fly somewhere. Flying is the most critical feature of birds. :args: direction, velocity :call-seq: Bird.fly(symbol, number) -> bool Bird.fly(string, number) -> bool # Example fly(:south, 70) ## speak() [](#method-i-speak) Produce some noise. -- FIXME: maybe extract this to a base class `Animal`? ++ **@yield** ["tweet"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-markdown-0.5.0 | example/rdoc/Bird.md |