Sha256: 4b27ba7aadc32804dae62df0e8172374e19125250d2a4bce921632767acae215

Contents?: true

Size: 721 Bytes

Versions: 4

Compression:

Stored size: 721 Bytes

Contents

# Mmmm

a helper to check method source_location in irb

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'mmmm'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mmmm

## Usage

Add this line to your .irbrc:

```ruby
require 'mmmm'
```

To check specific method source_location:

```ruby
mmmm Array.new, :extract_options!
```

To check all method source_location:

```ruby
mmmm Array.new
```

### Rename the helper

if `mmmm` is defined for another method, or you want a shorter accessor (for example, `m`):

```ruby
Mmmm.helper :m
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mmmm-0.1.4 README.md
mmmm-0.1.3 README.md
mmmm-0.1.2 README.md
mmmm-0.1.0 README.md