Module: Wrnap::Rna::TreeFunctions
- Included in:
- Wrnap::Rna
- Defined in:
- lib/wrnap/rna/tree.rb
Instance Method Summary collapse
Instance Method Details
#trunk ⇒ Object
8 9 10 |
# File 'lib/wrnap/rna/tree.rb', line 8 def trunk md[:tree] || with_tree.trunk end |
#with_tree ⇒ Object
4 5 6 |
# File 'lib/wrnap/rna/tree.rb', line 4 def with_tree { || tree(TreePlanter.new(.__rna__)) } end |