Sha256: fd7c9f71332a806a3a1f2ecd17315d14eaf42e9df498fb8e0e8d89f15c67b28d
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
# StaticType Add type to ruby.Only Integer is implemented. ## Install Execute `$ gem install static_type` or add Gemfile to `gem 'static_type'` and execute `bundle` ## Usage ```ruby require 'static_type' int :a a.do { 1 + 1 } # => 2 a.do { 'a' } # => RuntimeError ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
static_type-0.0.1 | README.md |