class DebugHelper::StringHandler

Public Instance Methods

calls_for_instance() click to toggle source
# File lib/debug_helper/string_handler.rb, line 5
def calls_for_instance
  [
      [:to_s],
      [:size],
      [:encoding],
      [:ascii_only?],
      [:bytesize],
  ]
end