Sha256: 45d4fa6c7af3ae087fcba28d1ad4cb0e720df9353e50c42bff4968303505bd48

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 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[¶](#method-i-fly-label-Example) [↑](#top)

```
fly(:south,70)
```
 ### speak() { |text| ... } [](#method-i-speak)
 Produce some noise.

 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdoc-markdown-0.4.2 example/Bird.md