irbrc in calabash-android-0.4.0.pre17 vs irbrc in calabash-android-0.4.0.pre18
- old
+ new
@@ -13,10 +13,10 @@
# Store results in home directory with specified file name
IRB.conf[:HISTORY_FILE] = ".irb-history"
require 'calabash-android/operations'
-include Calabash::Android::Operations
+extend Calabash::Android::Operations
def embed(*args)
puts "Embed is a Cucumber method and is not available in this console."
end
\ No newline at end of file