Method: ModelRecord#rrid

Defined in:
lib/model/the_record.rb

#rridObject Also known as: to_orient

The extended representation of rid (format “#00:00” )



30
31
32
# File 'lib/model/the_record.rb', line 30

def rrid
  "#" + rid
end