Method: Rex::Struct2::Element#slength

Defined in:
lib/rex/struct2/element.rb

#slengthObject

avoid conflicting with normal namespace length()



22
23
24
# File 'lib/rex/struct2/element.rb', line 22

def slength
  to_s().length()
end