Class: CTioga2::Ruby::MetaModule

Inherits:
Module
  • Object
show all
Includes:
Math
Defined in:
lib/ctioga2/ruby.rb

Overview

Module where all instance methods declared become immediately class methods.

Instance Method Summary collapse

Methods included from Math

#abs

Instance Method Details

#method_added(meth) ⇒ Object



26
27
28
# File 'lib/ctioga2/ruby.rb', line 26

def method_added(meth)
  module_function meth
end