class Mech::Producer

Public Class Methods

new(paths) click to toggle source
# File lib/mech/producer.rb, line 5
def initialize(paths)
  @paths = paths
end