lib/fathom/inverter.rb in fathom-0.2.2 vs lib/fathom/inverter.rb in fathom-0.2.3
- old
+ new
@@ -1,8 +1,7 @@
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'fathom'))
module Fathom
- class Invertor
- include BasicNode
+ class Invertor < Node
def initialize(opts={})
super(opts)
@name ||= "Inverter"
end