gogotanaka / Rubype

:dromedary_camel: Super simple, clean. Contracts for Ruby
http://gogotanaka.github.io/rubype.github.io/
378 stars 14 forks source link

Add typesig for all build-in Method #23

Open gogotanaka opened 9 years ago

gogotanaka commented 9 years ago

something like that.

class Array
  typesig :[], [Numric] => Any
  ...
end