Method: Controls::Guidance#to_s

Defined in:
lib/controls/objects/guidance.rb

#to_sString

Returns the title of the guidance.

Returns:

  • (String)

    the title of the guidance



16
17
18
# File 'lib/controls/objects/guidance.rb', line 16

def to_s
  title
end