Method: RSpecSystem::Helper#to_s

Defined in:
lib/rspec-system/helper.rb

#to_sString

String representation of helper

Returns:

  • (String)

    helper_name(args) formatted string



163
164
165
# File 'lib/rspec-system/helper.rb', line 163

def to_s
  name + "(" + opts.inspect + ")"
end