Sha256: f168aac5b58efec7735a286f77643123f3397be864ac1cfc56f8895673a3eb38
Contents?: true
Size: 226 Bytes
Versions: 19
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true # Sample module module FactoryExample def phone_plan_name return @phone.third_name if @phone.third_name return @phone.second_name if @phone.second_name @phone.first_name end end
Version data entries
19 entries across 19 versions & 1 rubygems