Class: Andromeda::Guides::Track
- Includes:
- Impl::To_S
- Defined in:
- lib/andromeda/guide.rb,
lib/andromeda/guide_track.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from Impl::To_S
Instance Method Details
#follow(scope, *args, &thunk) ⇒ Object
17 |
# File 'lib/andromeda/guide.rb', line 17 def follow(*args, &thunk) ; thunk.call *args end |