Skip to content

Commit 14935f2

Browse files
committed
Remove an example which contradicts other guidelines
1 parent a451ad1 commit 14935f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,11 +1866,9 @@ Use an instance of `ActiveSupport::Duration` as a receiver to calculate relative
18661866
----
18671867
# bad - It's confusing to read
18681868
created_at.since(1.minute)
1869-
expiration_date.ago(3.days)
18701869
18711870
# good
18721871
1.minute.since(created_at)
1873-
3.days.ago(expiration_date)
18741872
----
18751873

18761874
== Bundler

0 commit comments

Comments
 (0)