Class: NibFile

Inherits:
JavascriptFile show all
Defined in:
lib/file-types/nib-file.rb

Instance Attribute Summary

Attributes inherited from SourceFile

#full_path, #parent_folder

Class Method Summary collapse

Methods inherited from JavascriptFile

#can_embed_as_content, #content, #content_relative_to_destination, #debug_content_relative_to_destination, #minify_content_type

Methods inherited from SourceFile

#assets, #basename, #can_embed_as_content, #content, #content_relative_to_destination, #copy_to, #debug_content_relative_to_destination, #dependencies, #error, #extension, #file_path, #file_path=, from_path, #has_file_path, inherited, #initialize, #minify_content, #minify_content_type, path_relative_to_folder, #relative_to_file, #relative_to_folder, root_folder, root_folder=, #to_s, #to_str, #warning

Constructor Details

This class inherits a constructor from SourceFile

Class Method Details

.extensionObject



5
6
7
# File 'lib/file-types/nib-file.rb', line 5

def self.extension
  ".jsnib"
end