overider
v0.1RubyGems· Rubyclass A def hello "hello" end end # Later, I want to overide class A methods class A extend Overider overide (:hello) do |*a| overiden(*a) + " overide" end end A.new.hello # ==> "hello overide"
The verdict
Abandoned. Last published 14 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicenseUnknown
DepsZero deps
Maintenance
Last published 14 years ago.
Popularity
6 downloads / week
Security
No known advisories for this version (OSV).
License
No license declared.
Dependencies
No runtime dependencies
Recent releases
- 0.114 years ago
- 0.0.114 years ago