Class: NilClass

Inherits:
Object show all
Defined in:
lib/jactive_support/core_ext/ordering.rb,
lib/jactive_support/core_ext/locale.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



14
15
16
# File 'lib/jactive_support/core_ext/ordering.rb', line 14

def <=>(other)
  other.nil? ? 0 : -1;
end

#to_localeObject



6
7
8
# File 'lib/jactive_support/core_ext/locale.rb', line 6

def to_locale
  java::util::Locale.current_locale
end