Method: FDB::DirectoryPartition#range
- Defined in:
- lib/fdbdirectory.rb
#range(tuple = []) ⇒ Object
617 618 619 |
# File 'lib/fdbdirectory.rb', line 617 def range(tuple=[]) raise 'Cannot get range for the root of a directory partition.' end |