Skip to content

Instantly share code, notes, and snippets.

@brapse
Created July 17, 2009 21:30
Show Gist options
  • Save brapse/149288 to your computer and use it in GitHub Desktop.
Save brapse/149288 to your computer and use it in GitHub Desktop.
capture do |emit|
emit.call 'FIXED-10', table[2][1], :ltv_max => 0.75
emit.call 'FIXED-15', table[3][1], :ltv_max => 0.75
emit.call 'FIXED-20', table[4][1], :ltv_max => 0.75
emit.call 'FIXED-30', table[5][1], :ltv_max => 0.75
table = tables[3]
emit.call 'ARM-1', table[2][1], :ltv_max => 0.75
emit.call 'ARM-3', table[3][1], :ltv_max => 0.75
emit.call 'ARM-5', table[4][1], :ltv_max => 0.75
emit.call 'ARM-7', table[5][1], :ltv_max => 0.75
emit.call 'ARM-10', table[6][1], :ltv_max => 0.75
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment