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