lib/calabash/utility.rb in calabash-1.9.9.pre2 vs lib/calabash/utility.rb in calabash-1.9.9.pre3

- old
+ new

@@ -3,10 +3,11 @@ # @!visibility private class AbstractMethodError < StandardError end + # @!visibility private module Utility # @!visibility private def abstract_method! method_name = if Kernel.method_defined?(:caller_locations) @@ -16,10 +17,10 @@ end raise AbstractMethodError.new("Abstract method '#{method_name}'") end - # @! visibility private + # @!visibility private class RetryError < RuntimeError; end # A convenience method for creating a percentage hash that that can be # passed to gestures. #