# File lib/ropc/client.rb, line 151 def self.read_tags(tags) opc = ROPC::Client.new(tags: tags, level: "WARN") ret = opc.read opc.cleanup ret end