Skip to content

Commit

Permalink
Fix warning: &' interpreted as argument prefix`
Browse files Browse the repository at this point in the history
MSP-12566

Use `( )` around `&block` to eliminate warning.
  • Loading branch information
limhoff-r7 committed Apr 16, 2015
1 parent 6dbf89a commit bb7ff9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metasploit/erd/diagram.rb
Expand Up @@ -59,7 +59,7 @@ class Metasploit::ERD::Diagram < RailsERD::Diagram::Graphviz
parent.mkpath
end

instance_eval &supersave
instance_eval(&supersave)
}

#
Expand Down

0 comments on commit bb7ff9c

Please sign in to comment.