module Owl module Lib class OtherData OTHER_PATH = 'other' def self.read(key) Cabi.read [ Owl::Lib::Path::DATA_PATH, OTHER_PATH, key].join(':') end end end end