{"id":93968,"library":"call-me","title":"Call Me","description":"Adds method overloading, pattern matching, memoization, and named parameters to Ruby methods.","status":"active","version":"0.0.2","language":"ruby","source_language":null,"source_url":"https://github.com/meh/ruby-call-me","tags":["overloading","pattern-matching","memoization","named-parameters"],"install":[{"cmd":"gem install call-me","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'call-me', '~> 0.0.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"CallMe","correct":"require 'call-me'"}],"quickstart":{"code":"require 'call-me'\nclass Foo\n  include CallMe\n  def bar(a, b)\n    a + b\n  end\n  overload(:bar, [Integer, Integer]) { |a, b| a + b }\nend\nputs Foo.new.bar(1, 2)","lang":"ruby","description":"Define an overloaded method with type constraints"},"warnings":[],"env_vars":null,"search_vec":"'add':3 'call':1 'match':7,18 'memoiz':8,19 'method':4,14 'name':10,21 'named-paramet':20 'overload':5,15 'paramet':11,22 'pattern':6,17 'pattern-match':16 'rubi':13","created_at":"2026-06-19T09:58:52.724191+00:00","updated_at":"2026-06-19T09:58:52.724191+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/meh/ruby-call-me","github":"https://github.com/meh/ruby-call-me","docs":"http://www.rubydoc.info/gems/call-me/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}