Method: EveApp::ItemParser#ships

Defined in:
lib/eve_app/item_parser.rb

#shipsObject



17
18
19
# File 'lib/eve_app/item_parser.rb', line 17

def ships
  @_ships ||= items.select(&:ship?)
end