Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/tanemaki.rb
Instance Method Summary collapse
- #tanemaki(path, options = {}) ⇒ Object (also: #tnmk)
Instance Method Details
#tanemaki(path, options = {}) ⇒ Object Also known as: tnmk
161 162 163 |
# File 'lib/tanemaki.rb', line 161 def tanemaki(path, = {}) Tanemaki.(path, .merge(klass: self)) end |