Class: Reflex::Pin

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

Instance Method Summary collapse

Instance Method Details

#chase(*args, **options, &block) ⇒ Object



22
23
24
# File 'lib/reflex/pin.rb', line 22

def chase(*args, **options, &block)
  setup__ chase!(*args), options, block
end


14
15
16
# File 'lib/reflex/pin.rb', line 14

def link(*args, **options, &block)
  setup__ link!(*args), options, block
end

#snap(*args, **options, &block) ⇒ Object



10
11
12
# File 'lib/reflex/pin.rb', line 10

def snap(*args, **options, &block)
  setup__ snap!(*args), options, block
end

#wheel(*args, **options, &block) ⇒ Object



18
19
20
# File 'lib/reflex/pin.rb', line 18

def wheel(*args, **options, &block)
  setup__ wheel!(*args), options, block
end