Sha256: dfa06c5776a8c1ce4246432af461f90cbabbf69b2d5b129ea7260d0425f090e2

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# Emotion

Emotion takes Ruby to a whole new level by extending the language with keywords that allow for more expressive code.

## Installation

Add this line to your application's Gemfile:

    gem 'emotion'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install emotion

## Usage

### Ever see a dirty hack? Emotions got you covered. The days of writing useless comments are long gone.

```ruby
  10.times do
    "RUN FOR YOUR LIFE".ohcrap.itsatrap!.downcase.yey
  end.lolwut

  haha = 3.14.ohgodwhy.to_s + "dary".wat

  haha.gooby.pls
```

That's a lot clearer, isn't it?

### Supported words:

- ohgodwhy
- awyeah
- areyoukiddingme
- badass
- dealwithit
- facepalm
- foreveralone
- fuckyeah
- iseewhatyoudidthere
- itsatrap!
- lolwut
- megusta
- ohcrap
- sweetjesus
- dolan
- gooby
- pls
- wat
- wtf
- yey

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emotion-0.0.1 README.md