Skip to content

Commit

Permalink
Removing available functions..
Browse files Browse the repository at this point in the history
due to documentation being hosted by hexdocs, and linked on README.
  • Loading branch information
mykewould committed Jul 26, 2015
1 parent d0563e0 commit aafc26d
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,5 @@ This library is a great for Elixir beginners to contribute to. By porting over A
### Why ActiveSupport?
ActiveSupport has some great goodies that are useful in web application development. Furthermore the design pattern for ActiveSupport, and it's use cases, are not hard to understand. If you are coming from the Rails community, being a contributor on this project shouldn't be overly difficult.

### Current Functions Available

#### String
* camelize
* from
* remove
* squish
* to
* underscore

#### Keyword
* all_options_valid?
* validate_options
* validate_options!

#### List
* from
* shorten
* split
* to
* to_sentence

#### Enum
* without
* many?

#### Integer
* multiple_of?
* ordinal
* ordinalize

### License
MIT

0 comments on commit aafc26d

Please sign in to comment.