All Projects → canvural → Haller.rb

canvural / Haller.rb

Licence: MIT License
@sercaneralsan'ın Haller.js'inin Ruby portu

Programming Languages

ruby
36898 projects - #4 most used programming language

Haller

@sercaneraslan'ın Haller.js'inin Ruby portu

Installation

Add this line to your application's Gemfile:

gem 'haller'

And then execute:

$ bundle

Or install it yourself as:

$ gem install haller

Usage

require 'haller'

"Can Vural".to_hal('iyelik') # Can Vural'ın
"Can Vural".to_hal('i') # Can Vural'ı
"Can Vural".to_hal('e') # Can Vural'a
"Can Vural".to_hal('de') # Can Vural'da
"Can Vural".to_hal('den') # Can Vural'dan

Contributing

  1. Fork it ( https://github.com/canvural/Haller.rb/fork )
  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 a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].