Sha256: e21127cfc9816377bcf0887cf1b5c22d6e7f00506951a78efa2580c0e6958f65
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 Bytes
Contents
module Extension0 def log( arg1, arg2 ) puts "This is the log extension method" puts "arg1: #{arg1}" puts "arg2: #{arg2}" puts "driver: #{driver}" puts "browser: #{browser}" puts "output_path: #{output_path}" end end BrowserShooter::Commands::Base.plug( Extension0 )
Version data entries
5 entries across 5 versions & 1 rubygems