Skip to content

Instantly share code, notes, and snippets.

class CarNavigation
def initialize(a, b)
@a = a
@b = b
end
def drive_to_chicago(lat, lng)
@a.start_car
@a.drive_to_lat_lng(lat, lng)
<?xml version="1.0" encoding="UTF-8"?>
<openas2>
<properties storageBaseDir="%home%/../data"
log_date_format="yyyy-MM-dd HH:mm:ss.SSS"
sql_timestamp_format="yyyy-MM-dd HH:mm:ss.SSS"
as2_message_id_format="$date.yyyyMMddHHmmssZ$-$rand.123$-$msg.sender.as2_id$_$msg.receiver.as2_id$_$msg.attributes.filename$"
as2_receive_message_filename_fallback="$rand.shortUUID$"
console.logger.enabled="true"
file.logger.enabled="true"
socket.logger.enabled="false"