Method: References::Reference#hasEdition

Defined in:
lib/references/reference.rb

#hasEditionObject



109
110
111
112
113
114
115
# File 'lib/references/reference.rb', line 109

def hasEdition
  if @edition then
    true
  else
    false
  end
end