Method: ArelConverter::Translator::Scope#post_processing
- Defined in:
- lib/arel_converter/translators/scope.rb
#post_processing(new_scope) ⇒ Object
10 11 12 13 |
# File 'lib/arel_converter/translators/scope.rb', line 10 def post_processing(new_scope) new_scope.gsub!(/scope\((.*)\)$/, 'scope \1') new_scope += () end |