Method: ThemeCheck::ThemeFile#initialize

Defined in:
lib/theme_check/theme_file.rb

#initialize(relative_path, storage) ⇒ ThemeFile

Returns a new instance of ThemeFile.



6
7
8
9
# File 'lib/theme_check/theme_file.rb', line 6

def initialize(relative_path, storage)
  @relative_path = relative_path
  @storage = storage
end