E
Elias Athanasopoulos
Hello!
Wouldn't something like this be cool?
class Foo
def read
...
end
def dump
...
end
def is_empty?
...
end
end
f = Foo.new
with f do
read
dump
draw unless is_empty?
end
Regards,
Wouldn't something like this be cool?
class Foo
def read
...
end
def dump
...
end
def is_empty?
...
end
end
f = Foo.new
with f do
read
dump
draw unless is_empty?
end
Regards,