Method: Translatomatic::ResourceFile::Base#to_s

Defined in:
lib/translatomatic/resource_file/base.rb

#to_sString

Returns String representation of this file.

Returns:

  • (String)

    String representation of this file



96
97
98
# File 'lib/translatomatic/resource_file/base.rb', line 96

def to_s
  path.basename.to_s
end