9 lines
80 B
Ruby
9 lines
80 B
Ruby
class OccamsRazor
|
|
def initialize
|
|
#
|
|
end
|
|
|
|
def attack(dt)
|
|
#
|
|
end
|
|
end |