Class: PhantomJSProxy::DummyLogger
- Inherits:
-
Object
- Object
- PhantomJSProxy::DummyLogger
- Defined in:
- lib/phantom_client/phantom_client.rb
Instance Method Summary collapse
Instance Method Details
#error(msg) ⇒ Object
20 21 22 |
# File 'lib/phantom_client/phantom_client.rb', line 20 def error msg purs msg end |
#info(msg) ⇒ Object
12 13 14 |
# File 'lib/phantom_client/phantom_client.rb', line 12 def info msg puts msg end |
#warn(msg) ⇒ Object
16 17 18 |
# File 'lib/phantom_client/phantom_client.rb', line 16 def warn msg puts msg end |