Sha256: 1c20eaeb861bd87ad1e90ada8464ff9553e5a84c0f2c3c5d6a899bbf838d23e6

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

def with_rounding_on
  old_round = Timetrap::Entry.round
  begin
    Timetrap::Entry.round = true
    block_return_value = yield
  ensure
    Timetrap::Entry.round = old_round
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
timetrap-1.15.4 spec/support/with_rounding_on.rb