Class: Set

Inherits:
Object
  • Object
show all
Defined in:
lib/monkeypatch/set.rb

Direct Known Subclasses

GoNodes::EdgeList, GoNodes::NodeList

Instance Method Summary collapse

Instance Method Details

#lastObject



5
6
7
# File 'lib/monkeypatch/set.rb', line 5

def last
  @hash.keys.last
end