lib/hexx/helpers/base.rb in hexx-6.0.2 vs lib/hexx/helpers/base.rb in hexx-6.0.3
- old
+ new
@@ -72,18 +72,14 @@
end
private
# @abstract
- # @return [String] the getter definition
def getter
- ""
end
# @abstract
- # @return [String] the setter definition
def setter
- ""
end
# @api hide
# @raise [TypeError] if a target to add the instance parameter to
# is not a class.