Method: Test::Unit::Assertions::AssertRjs#initialize

Defined in:
lib/assert2/rjs.rb

#initialize(js, command, scope) ⇒ AssertRjs

Returns a new instance of AssertRjs.



12
13
14
# File 'lib/assert2/rjs.rb', line 12

def initialize(js, command, scope)
  @js, @command, @scope = js, command, scope
end