Module: Polyfill::V2_4::Comparable::Instance::Clamp
- Included in:
- Polyfill::V2_4::Comparable::Instance
- Defined in:
- lib/polyfill/v2_4/comparable/instance/clamp.rb
Defined Under Namespace
Modules: Method
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
29 30 31 |
# File 'lib/polyfill/v2_4/comparable/instance/clamp.rb', line 29 def self.included(base) base.include Method end |