Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created December 13, 2012 21:40
Show Gist options
  • Save kevincolyar/4280205 to your computer and use it in GitHub Desktop.
Save kevincolyar/4280205 to your computer and use it in GitHub Desktop.
simulate :states => [s], :t => 0, :dt => lambda {|t| t+1} do
3.times do
states += step
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment