Method: Languages::Ruby::AttributeRuby#handle_multiple_declaration_with_equal

Defined in:
lib/kuniri/language/ruby/attribute_ruby.rb

#handle_multiple_declaration_with_equal(pString) ⇒ Object (protected)

Override



74
75
76
# File 'lib/kuniri/language/ruby/attribute_ruby.rb', line 74

def handle_multiple_declaration_with_equal(pString)
  return handle_multiple_declaration(pString, "="){ |variable| variable }
end