# File lib/code_analyzer/sexp.rb, line 279
  def argument
    if :binary == sexp_type
      self[3]
    end
  end