mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
C-expression does not include a semicolon
This commit is contained in:
parent
cc14319b71
commit
d95249ade3
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ class Integer
|
||||||
#
|
#
|
||||||
# Returns +true+ if +num+ has a zero value.
|
# Returns +true+ if +num+ has a zero value.
|
||||||
def zero?
|
def zero?
|
||||||
Primitive.cexpr! 'int_zero_p(self);'
|
Primitive.cexpr! 'int_zero_p(self)'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue