Method: ParseDose#to_s
- Defined in:
- lib/oddb2xml/parslet_compositions.rb
#to_s ⇒ Object
322 323 324 325 326 327 |
# File 'lib/oddb2xml/parslet_compositions.rb', line 322 def to_s return @unit unless @qty || @qty_range res = "#{@qty}#{@qty_range}" res = "#{res} #{@unit}" if @unit res end |