# File lib/lvm/volumes.rb, line 4
    def [](name)
      each {|o| return o if o.name == name}
      return nil
    end