Class: RubyHome::HAP::TLV::UTF8String

Inherits:
BinData::String
  • Object
show all
Defined in:
lib/ruby_home/hap/tlv.rb

Instance Method Summary collapse

Instance Method Details

#snapshotObject



36
37
38
# File 'lib/ruby_home/hap/tlv.rb', line 36

def snapshot
  super.force_encoding('UTF-8')
end