typerb icon indicating copy to clipboard operation
typerb copied to clipboard

Strong type checking (assertion) for Ruby

Results 1 typerb issues
Sort by recently updated
recently updated
newest added

Will https://github.com/olegantonyan/typerb/blob/50c748b0638c34cbf9ecf058e24bde5644ef4067/lib/typerb.rb#L19 work for ```ruby def foobar(foo, bar) foo.type!(String, Symbol); bar.type!(Symbol) end ``` ?