docs: add missing </pre>
This commit is contained in:
parent
8bb3dda243
commit
cd1f761668
@ -38,7 +38,7 @@ class BuildOptions
|
|||||||
end
|
end
|
||||||
|
|
||||||
# True if a {Formula} is being built without a specific option.
|
# True if a {Formula} is being built without a specific option.
|
||||||
# <pre>args << "--no-spam-plz" if build.without? "spam"
|
# <pre>args << "--no-spam-plz" if build.without? "spam"</pre>
|
||||||
def without?(val)
|
def without?(val)
|
||||||
!with?(val)
|
!with?(val)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user