lib/gametel/accessors.rb in gametel-0.3 vs lib/gametel/accessors.rb in gametel-0.4
- old
+ new
@@ -9,10 +9,9 @@
# # will generate 'first_name', 'first_name=' and 'clear_first_name' methods
#
# @param [String] the name used for the generated methods
# @param [Hash] locator for how the text is found The valid
# keys are:
- # * :content_description
# * :id
# * :index
#
def text(name, locator)
define_method("#{name}") do