Method: References::Reference#title

Defined in:
lib/references/reference.rb

#title(title) ⇒ Object

A Reference only can have a title. If you call this function twice times this, overwrite the las value

Parameters:

  • title (String)


45
46
47
# File 'lib/references/reference.rb', line 45

def title(title)
  @title = title
end