Class: Listen::Compat::Test::Simple

Inherits:
Object
  • Object
show all
Defined in:
lib/listen/compat/test/simple.rb

Overview

Simple stub for a real Listen instance, which just forwards events

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.to(*_args) ⇒ Object



6
7
8
# File 'lib/listen/compat/test/simple.rb', line 6

def self.to(*_args)
  Simple.new
end

Instance Method Details

#startObject



10
11
# File 'lib/listen/compat/test/simple.rb', line 10

def start
end