Object
# File lib/generators/rspec.rb, line 22 def input_type @input_type ||= if type == :text "textarea" else "input" end end