Class: Test::Unit::TestCase

Inherits:
Object show all
Defined in:
lib/renvy.rb

Instance Method Summary collapse

Instance Method Details

#run(*a, &blk) ⇒ Object



128
129
130
131
# File 'lib/renvy.rb', line 128

def run(*a, &blk)
  REnvy::Should.init self
  run_before_renvy *a, &blk
end

#run_before_renvyObject



127
# File 'lib/renvy.rb', line 127

alias run_before_renvy run