Method: Babelish::XcodeMacros.write_macros
- Defined in:
- lib/babelish/xcode_macros.rb
.write_macros(file_path, table, keys, comments = {}) ⇒ Object
10 11 12 13 14 |
# File 'lib/babelish/xcode_macros.rb', line 10 def self.write_macros(file_path, table, keys, comments = {}) instance = XcodeMacros.new instance.process(table, keys, comments) instance.write_content(file_path) end |