Class: GraphQL::Upgrader::RemoveEmptyBlocksTransform
- Defined in:
 - lib/graphql/upgrader/member.rb
 
Instance Method Summary collapse
Methods inherited from Transform
#apply_processor, #normalize_type_expression, #reindent_lines, #trim_lines, #underscorize
Instance Method Details
#apply(input_text) ⇒ Object
      743 744 745  | 
    
      # File 'lib/graphql/upgrader/member.rb', line 743 def apply(input_text) input_text.gsub(/\s*do\s*end/m, "") end  |