Method: Translatomatic::ResourceFile::Base#valid?

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

#valid?Boolean

Test if the current resource file is valid

Returns:

  • (Boolean)

    true if the current file is valid



83
84
85
# File 'lib/translatomatic/resource_file/base.rb', line 83

def valid?
  @valid
end