String representation of helper
Returns:
helper_name(args) formatted string
163 164 165
# File 'lib/rspec-system/helper.rb', line 163 def to_s name + "(" + opts.inspect + ")" end