Skip to content

Instantly share code, notes, and snippets.

@jbrains
Created September 11, 2009 02:55

Revisions

  1. @invalid-email-address Anonymous created this gist Sep 11, 2009.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    DetachmentSystem acts as AccelerationObserver {
    needs a parachute
    needs an altimeter // NEW!

    handle_acceleration_report(acceleration) {}
    if (acceleration <= -50.ms2 and altimeter.altitude() < 5.m) {
    parachute.detach()
    }
    }
    }