Method: References::Reference#hasDate

Defined in:
lib/references/reference.rb

#hasDateObject



125
126
127
128
129
130
131
# File 'lib/references/reference.rb', line 125

def hasDate
  if @datee then
    true
  else
    false
  end
end