Method: Bio::Nexus::DistancesBlock#set_triangle
- Defined in:
- lib/bio/db/nexus.rb
#set_triangle(triangle) ⇒ Object
Sets the “triangle” property.
Arguments:
-
(required) triangle: String
1416 1417 1418 |
# File 'lib/bio/db/nexus.rb', line 1416 def set_triangle( triangle ) @triangle = triangle end |