Module: UTF8Proc::JRuby

Included in:
UTF8Proc
Defined in:
lib/utf8_proc/jruby.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

LIBRARY_VERSION =
"Java #{ENV_JAVA['java.version']}".freeze

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



15
16
17
# File 'lib/utf8_proc/jruby.rb', line 15

def self.included(receiver)
  receiver.extend(ClassMethods)
end