lib/scope_out.rb (revision 29) +++ lib/scope_out.rb (working copy) @@ -112,6 +112,10 @@
def find_#{name}(*args)
with_#{name} {find(*args)}
end
def count_#{name}(*args)
with_#{name} {count(*args)}
end
def calculate_#{name}(*args)
with_#{name} {calculate(*args)}
-
Duncan Beevers said:
Don't forget the important step of writing and submitting tests for your patch!
-
Dr Nic said:
FTW!
blog comments powered by Disqus