Method: CSL::Style#title

Defined in:
lib/csl/style.rb

#titleString

Returns the style’s title.

Returns:

  • (String)

    the style’s title



95
96
97
98
# File 'lib/csl/style.rb', line 95

def title
  return unless info.has_title?
  info.title.to_s
end