lib/eulim/structures/structure.rb in eulim-0.0.9 vs lib/eulim/structures/structure.rb in eulim-0.0.10
- 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