Source: show
# File rails/activesupport/test/core_ext/module_test.rb, line 42 def initialize(first, last) @full_name = "#{first} #{last}" end