128 129 130 131
# File 'lib/renvy.rb', line 128 def run(*a, &blk) REnvy::Should.init self run_before_renvy *a, &blk end
127
# File 'lib/renvy.rb', line 127 alias run_before_renvy run