henrypoydar / chronic_duration

A simple Ruby natural language parser for elapsed time
MIT License
351 stars 68 forks source link

Use keys method from Hash #11

Closed spk closed 11 years ago

spk commented 13 years ago

just little patch for use keys instead of map {|k,v| k }

thanks for this usefull gem