0
0
Fork 0

removed doubled line

This commit is contained in:
Gibheer 2012-11-26 21:23:28 +01:00
parent 7213e3e8f6
commit 4a51048d8b
1 changed files with 0 additions and 4 deletions

View File

@ -28,9 +28,5 @@ module Zero
def process
raise NotImplementedError.new("'render' not implemented in #{self.class}")
end
def process
raise NotImplementedError.new("'render' not implemented in #{self.class}")
end
end
end