Method: Tainted::Static#initialize
- Defined in:
- lib/tainted/static.rb
#initialize(sources, sinks) ⇒ Static
Returns a new instance of Static.
7 8 9 10 11 12 13 |
# File 'lib/tainted/static.rb', line 7 def initialize(sources, sinks) super() @sources = sources @sinks = sinks @offenses = [] end |