Module: Alf::Algebra::Shortcut::DelegationMethods
- Defined in:
- lib/alf/algebra/shortcut.rb
Instance Method Summary collapse
Instance Method Details
#heading ⇒ Object
11 12 13 |
# File 'lib/alf/algebra/shortcut.rb', line 11 def heading .heading end |
#keys ⇒ Object
15 16 17 |
# File 'lib/alf/algebra/shortcut.rb', line 15 def keys .keys end |
#type_check(options = {}) ⇒ Object
7 8 9 |
# File 'lib/alf/algebra/shortcut.rb', line 7 def type_check( = {}) .type_check( = {}) end |