# File lib/simple_form/inputs/base.rb, line 28 def self.disable(*args) args.each { |m| alias_method m, "disabled_#{m}""disabled_#{m}" } end