We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb8265 commit ed9153fCopy full SHA for ed9153f
src/compiler/crystal/syntax/ast.cr
@@ -745,7 +745,7 @@ module Crystal
745
Location.new(loc.filename, loc.line_number, loc.column_number + name_size - 1)
746
end
747
748
- # Returns true if this call has no arguments.
+ # Returns `true` if this call has any arguments.
749
#
750
# Does not consider a block, only block argument.
751
# `foo {}` would be `true`, but `foo(&x)` would be false.
0 commit comments