class Dry::Logic::Operations::Unary

def initialize(*rules, **options)

def initialize(*rules, **options)
  super
  @rule = rules.first
end