9 10 11 12 13 14
# File 'lib/test_abstractions/fields.rb', line 9 def build(client=nil) client ||= Client.instance instance = new instance.client = client instance end