Skip to content

Instantly share code, notes, and snippets.

@mooz
mooz / here-sample.js
Created August 13, 2010 01:16
literal
HERE()
.input()
.the()
.string()
.and()
["this method chain"]()
.returns()
.accumulated()
.string();
$:.unshift(File.dirname(__FILE__))
require 'spec_helper'
module BowlongGameMacro
class BowlongGamePlayer
def initialize
@game = Game.new
end
def roll_spare