Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created May 2, 2013 07:32
Show Gist options
  • Save pi3r/5500708 to your computer and use it in GitHub Desktop.
Save pi3r/5500708 to your computer and use it in GitHub Desktop.
def initialize(app = nil, line_mapping = nil)
@@line_map = line_mapping
@@lines = Hash.new(Hash.new(0))
super(app)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment