Class: PhantomJSProxy::DummyLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/phantom_client/phantom_client.rb

Instance Method Summary collapse

Instance Method Details

#error(msg) ⇒ Object



19
20
21
# File 'lib/phantom_client/phantom_client.rb', line 19

def error msg
  purs msg
end

#info(msg) ⇒ Object



11
12
13
# File 'lib/phantom_client/phantom_client.rb', line 11

def info msg
  puts msg
end

#warn(msg) ⇒ Object



15
16
17
# File 'lib/phantom_client/phantom_client.rb', line 15

def warn msg
  puts msg
end