Module: ORF::ORFCommon
- Included in:
- ORF
- Defined in:
- lib/orf_common.rb
Instance Method Summary collapse
Instance Method Details
#range_to_s(range, str = '') ⇒ Object
9 10 11 |
# File 'lib/orf_common.rb', line 9 def range_to_s(range, str = '') print_range(str, range) end |