Module: JactiveSupport::JavaExtensions::Map::Constructor

Defined in:
lib/jactive_support/java_ext/map/constructor.rb

Defined Under Namespace

Modules: ClassExtensions

Class Method Summary collapse

Class Method Details

.included(other_mod) ⇒ Object



5
6
7
# File 'lib/jactive_support/java_ext/map/constructor.rb', line 5

def self.included(other_mod)
  other_mod.extend(ClassExtensions)
end