lib/source/data_table.rb in shnaider_code-2.0.1 vs lib/source/data_table.rb in shnaider_code-2.0.2
- old
+ new
@@ -1,5 +1,5 @@
-module McDelta
+module ShnaiderCode
class DataTable
attr_private_accessor :data
def initialize(data:)
self.data = data
\ No newline at end of file