class Q::Methods::QueueBuild

Public Class Methods

call(options={}, &job) click to toggle source
# File lib/q/methods.rb, line 18
def self.call(options={}, &job)
  Q.queue::QueueBuild.call(options, &job)
end