Method: YARD::I18n::Message#locations

Defined in:
lib/yard/i18n/message.rb

#locationsSet (readonly)

path and line number where the message is appeared.

Returns:

  • (Set)

    the set of locations. Location is an array of

Since:

  • 0.8.1



16
17
18
# File 'lib/yard/i18n/message.rb', line 16

def locations
  @locations
end