# File lib/rudy/metadata.rb, line 57 57: def self.get(n) 58: Rudy::Huxtable.ld "GET: #{n}" if Rudy.debug? 59: @@rsdb.get @@domain, n 60: end