Class: Put::PutsThing::Last

Inherits:
Put::PutsThing show all
Defined in:
lib/put/puts_thing/last.rb

Instance Method Summary collapse

Methods inherited from Put::PutsThing

#<=>, #reverse?

Instance Method Details

#nils_first?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/put/puts_thing/last.rb', line 8

def nils_first?
  true
end

#valueObject



4
5
6
# File 'lib/put/puts_thing/last.rb', line 4

def value
  Float::INFINITY
end