Method: Unit::Types::FullName#represent

Defined in:
lib/unit/types/full_name.rb

#representObject



15
16
17
18
19
20
# File 'lib/unit/types/full_name.rb', line 15

def represent
  {
    first: first,
    last: last
  }
end