- Twitter: @example
- Website or Blog: http://example.net
- Company: Example Ltd. http://example.com
[Feel free to add more details if you wish…]
| require 'benchmark/ips' | |
| class FakeDimension | |
| def initialize | |
| @margin_start = 10 | |
| @margin_start_relative = false | |
| end | |
| def relative?(result) | |
| result.is_a?(Float) && result <= 1 |
[Feel free to add more details if you wish…]