rename layout to type
this one goes to caleb for pointing it out. Much better word
This commit is contained in:
@ -41,7 +41,7 @@ HERE
|
||||
@string_input = <<HERE
|
||||
class Space
|
||||
int main()
|
||||
Layout l = self.layout
|
||||
Type l = self.type
|
||||
return 1
|
||||
end
|
||||
end
|
||||
|
@ -49,7 +49,7 @@ HERE
|
||||
class Space
|
||||
|
||||
int main()
|
||||
Layout l = space.get_layout()
|
||||
Type l = space.get_type()
|
||||
return self.runner
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user