GitXplorerGitXplorer
h

ruremai

public
19 stars
6 forks
4 issues

Commits

List of commits on branch master.
Unverified
c9253557b4f3e61a1200ed034711656aaf25c555

Bump version

hhibariya committed 7 years ago
Unverified
1bcd6bb04754902d2eaa250f77802f090cc5c618

Update dependencies

hhibariya committed 7 years ago
Unverified
1665439ea8c3dbf042b2af0c429729c9badfb6fd

Update ruby versions

hhibariya committed 7 years ago
Unverified
d4beefde0021d34122e4767718c9a589263459c5

Make the locator retrieve the ancestors too / Update the endpoint

hhibariya committed 7 years ago
Unverified
e30b8395dbe9338a6583ecec610230ab6a2e2f0e

Bump version

hhibariya committed 10 years ago
Unverified
824544b60e6928408f112514a0f62c1071c7a33c

Update dependencies

hhibariya committed 10 years ago

README

The README file for this repository.

Ruremai Build Status

Open ruby reference manual by browser as following.

  Object.method(:name).rurema!

Installation

Add this line to your application's Gemfile:

gem 'ruremai'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruremai

Usage

Method#rurema!:

  Object.method(:name).rurema!

Object#mean? (shortcut):

  Object.mean?.name

TODO

  • Support other manuals.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request