Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
~> fri Array Couldn't initialize DRb and locate the Ring server. Please make sure that: * the fastri-server is running, the server is bound to the correct interface, and the ACL setup allows connections from this host * fri is using the correct interface for incoming DRb requests: either set the FASTRI_ADDR environment variable, or use --bind ADDR, e.g export FASTRI_ADDR="192.168.1.12" fri Array ~> fastri-server 2>&1 > /dev/null & [1] 8590 ~> fri Array ----------------------------------------------------------- Class: Array Arrays are ordered, integer-indexed collections of any object. Array indexing starts at 0, as in C or Java. A negative index is assumed to be relative to the end of the array---that is, an index of -1 indicates the last element of the array, -2 is the next to last element in the array, and so on. ------------------------------------------------------------------------
This paste will be private.
From the Design Piracy series on my blog: