README.md in cutter-0.8.3 vs README.md in cutter-0.8.4
- old
+ new
@@ -101,11 +101,11 @@
# maximal(1, :two, "three", :four => 5) =>
#
# method: `maximal' (maximal tracing)
# called from class: RSpec::Core::ExampleGroup::Nested_1::Nested_1
# local_variables:
- # args: [1, :two, "three", {:four=>5}]
+ # args: [1, :two, "three", {:four=>5}]
# instance_variables:
# @example: #<RSpec::Core::Example:0xa1d378 >
# ...
# self inspection:
# #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:0x9e5f8f4
@@ -139,9 +139,13 @@
### Notes
1. Instead of #inspect! you can use #iii - just an alias more convenient for typing.
2. #inspect! colorizes its output. If somebody suggests even better color scheme, I will be thankful.
## II) #stamper
+
+```ruby
+bundle exec rspec spec/stamper/demo_spec.rb
+```
Description is coming...
Acts as self.benchmark{} (in Rails) or Benchmark.measure{} (common Ruby) but with stamps in any position in block executed.
It is much simpler to write it quickly than all these Measure-dos.