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

- old
+ new

@@ -1,12 +1,12 @@ -module Eulim - module Structures - # This is the base class for all structures - class Structure - def initialize(*args) end - - def self.requirements - 'gimme some stuff.' - end - end - end -end +module Eulim + module Structures + # This is the base class for all structures + class Structure + def initialize(*args) end + + def self.requirements + 'gimme some stuff.' + end + end + end +end