Class: PackStats::Private::SourceCodeFile

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/pack_stats/private/source_code_file.rb

Instance Method Summary collapse

Instance Method Details

#componentized_file?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/pack_stats/private/source_code_file.rb', line 14

def componentized_file?
  self.is_componentized_file
end

#packaged_file?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/pack_stats/private/source_code_file.rb', line 19

def packaged_file?
  self.is_packaged_file
end