Class: PhraseApp::InContextEditor::Delegate::FastGettext
- Defined in:
- lib/phraseapp-in-context-editor-ruby/delegate/fast_gettext.rb
Instance Method Summary collapse
-
#initialize(method, *args) ⇒ FastGettext
constructor
A new instance of FastGettext.
Methods inherited from Base
Constructor Details
#initialize(method, *args) ⇒ FastGettext
Returns a new instance of FastGettext.
7 8 9 10 11 |
# File 'lib/phraseapp-in-context-editor-ruby/delegate/fast_gettext.rb', line 7 def initialize(method, *args) @method = method params = params_from_args(args) @display_key = params[:msgid] end |