10c3dfc390
* Add tests for all edge cases I could create * Add infrastructure for loading mutations into the vm. * The fun part is next!
6 lines
94 B
Ruby
6 lines
94 B
Ruby
module SampleSubjects
|
|
module ExampleModule
|
|
def foo; end
|
|
def self.bar; end
|
|
end
|
|
end
|