Method: Android::Dex#strings

Defined in:
lib/android/dex.rb,
lib/android/dex.rb

#stringsArray<String> (readonly)

strings in dex file.

Returns:

  • (Array<String>)

    the current value of strings



10
11
12
# File 'lib/android/dex.rb', line 10

def strings
  @strings
end