lib/omf_oml/tuple.rb in omf_oml-0.9.7 vs lib/omf_oml/tuple.rb in omf_oml-0.9.8
- old
+ new
@@ -1,7 +1,7 @@
-require 'omf_common/lobject'
+require 'omf_base/lobject'
require 'omf_oml'
require 'omf_oml/schema'
module OMF::OML
@@ -12,10 +12,10 @@
# reused over various rows by the sender.
#
# Use +OmlTuple+ if the schema is an OML one. +OmlTuple+ has additional convenience
# methods.
#
- class Tuple < OMF::Common::LObject
+ class Tuple < OMF::Base::LObject
# Return a specific element of the tuple identified either
# by it's name, or its col index
#
def [](name_or_index)