-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Would've expected this:
.foo
.foo
.long
.string
.ofactuallyreallylongtextgoeshere
.baz
.each do |thing|
{
bla: thing,
blabla: thing,
blablabla: thing,
blablablabla: thing,
}
end
To be:
foo
.foo
.foo
.long
.string
.ofactuallyreallylongtextgoeshere
.baz
.each do |thing|
{
bla: thing,
blabla: thing,
blablabla: thing,
blablablabla: thing,
}
end
Metadata
Metadata
Assignees
Labels
No labels