Libraries
»
rdig
(0.3.10)
»
Index
»
RDig
»
Document
»
#has_content?
Method: RDig::Document#has_content?
Defined in:
lib/rdig/documents.rb
#
has_content?
⇒
Boolean
Returns:
(
Boolean
)
40 41 42
# File 'lib/rdig/documents.rb', line 40
def
has_content?
!
self
.
content
.
nil?
end