-- Homework 26, problem 2: Dog with bark. -- -- Build two dog tables with different names. Each should have a -- :bark() method that prints ": Woof!". Call :bark() on both -- and confirm each prints its own name. -- -- Run with: lua exercises/26/homework/02-dog.lua -- Your code goes here: