# File lib/ohm.rb, line 740
    def self.[](id)
      new(:id => id).load! if id && exists?(id)
    end