Method: Translatomatic::ResourceFile::Base#get
- Defined in:
- lib/translatomatic/resource_file/base.rb
#get(key) ⇒ String
Get the value of a property
69 70 71 |
# File 'lib/translatomatic/resource_file/base.rb', line 69 def get(key) @properties[key] end |