Method: Babelish::XcodeMacros#initialize
- Defined in:
- lib/babelish/xcode_macros.rb
#initialize(table = "Localizable", keys = {}) ⇒ XcodeMacros
4 5 6 7 8 |
# File 'lib/babelish/xcode_macros.rb', line 4 def initialize(table = "Localizable", keys = {}) @content = "" @table = table @keys = keys end |