lib/eulim/structures/pipe.rb in eulim-0.0.11 vs lib/eulim/structures/pipe.rb in eulim-0.0.12

- old
+ new

@@ -1,13 +1,13 @@ -module Eulim - module Structures - # This is the class for Pipe - # It inherits from Structure - class Pipe < Structure - def initialize(*args) end - - def self.requirements - 'gimme radius, length, thickness, material...' - end - end - end -end +module Eulim + module Structures + # This is the class for Pipe + # It inherits from Structure + class Pipe < Structure + def initialize(*args) end + + def self.requirements + 'gimme radius, length, thickness, material...' + end + end + end +end