class Decoplan::Algorithm

Public Class Methods

new(profile, *args) click to toggle source
# File lib/decoplan/algorithm.rb, line 3
def initialize(profile, *args)
  @profile = profile
end