Class: Reflex::Pin
- Inherits:
-
Object
- Object
- Reflex::Pin
- Defined in:
- lib/reflex/pin.rb
Instance Method Summary collapse
- #chase(*args, **options, &block) ⇒ Object
- #link(*args, **options, &block) ⇒ Object
- #snap(*args, **options, &block) ⇒ Object
- #wheel(*args, **options, &block) ⇒ Object
Instance Method Details
#chase(*args, **options, &block) ⇒ Object
22 23 24 |
# File 'lib/reflex/pin.rb', line 22 def chase(*args, **, &block) setup__ chase!(*args), , block end |
#link(*args, **options, &block) ⇒ Object
14 15 16 |
# File 'lib/reflex/pin.rb', line 14 def link(*args, **, &block) setup__ link!(*args), , block end |
#snap(*args, **options, &block) ⇒ Object
10 11 12 |
# File 'lib/reflex/pin.rb', line 10 def snap(*args, **, &block) setup__ snap!(*args), , block end |
#wheel(*args, **options, &block) ⇒ Object
18 19 20 |
# File 'lib/reflex/pin.rb', line 18 def wheel(*args, **, &block) setup__ wheel!(*args), , block end |