Registry / utility / call-me

call-me

JSON →
library0.0.2rbrubygemsunverified

Adds method overloading, pattern matching, memoization, and named parameters to Ruby methods.

gem install call-me
INSTALL
IMPORT
SIG · CALL-ME
C
call-me
utilityrubyv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CallMe
✓ require 'call-me'

Define an overloaded method with type constraints

require 'call-me' class Foo include CallMe def bar(a, b) a + b end overload(:bar, [Integer, Integer]) { |a, b| a + b } end puts Foo.new.bar(1, 2)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
call-me — gem install call-me · libregistry