Class Brakeman::RouteAliasProcessor
In: lib/brakeman/processors/lib/rails2_route_processor.rb
Parent: Brakeman::AliasProcessor

This is for a really specific case where a hash is used as arguments to one of the map methods.

Methods

Public Instance methods

Returns an array Sexp containing the keys from the hash

This replaces

 { :some => :hash }.keys

with

 [:some]

[Validate]