demo.rb in stack_tracy-0.1.4 vs demo.rb in stack_tracy-0.1.5

- old
+ new

@@ -1,8 +1,8 @@ require "sinatra" require "stack_tracy" -use StackTracy::Sinatra, :open, :threshold => 0.002, :limit => 250 +use StackTracy::Sinatra, :open get "/" do "Hello World!" end \ No newline at end of file