Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/models/compute_attribute.rb
def method_missing(method, *args, &block)
method = method.to_s
return super if method[-1]=="="
return super if method[-1] == "="
return super if method == 'vm_attrs'
if vm_attrs.has_key?(method)

Also available in: Unified diff