Module: Polyfill::V2_4::Integer::Instance::Round

Included in:
Polyfill::V2_4::Integer::Instance
Defined in:
lib/polyfill/v2_4/integer/instance/round.rb

Defined Under Namespace

Modules: Method

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



25
26
27
# File 'lib/polyfill/v2_4/integer/instance/round.rb', line 25

def self.included(base)
  base.include Method
end