module Arel::Expressions

def extract(field)

def extract(field)
  Nodes::Extract.new [self], field
end