Libraries
»
cabbage_doc
(0.1.2)
»
Index
»
CabbageDoc
»
Example
»
#valid?
Method: CabbageDoc::Example#valid?
Defined in:
lib/cabbage_doc/example.rb
#
valid?
⇒
Boolean
Returns:
(
Boolean
)
27 28 29
# File 'lib/cabbage_doc/example.rb', line 27
def
valid?
!
@label
.
nil?
end