aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/misc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-23 14:49:54 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-23 14:49:54 +0100
commita7b9ec7011cb649be3c34ec681ab98e103dfc686 (patch)
tree18d9c6695d6ac07f5f1636ee6069f4171490c70a /protocols/oscar/misc.c
parentbb5ce4d1ad2aa6cbcf1042ccf87cf280d9645d4c (diff)
Improved error reporting (get textual HTTP error message and error message
from Twitter API response if possible).
Diffstat (limited to 'protocols/oscar/misc.c')
0 files changed, 0 insertions, 0 deletions
.0.1 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rdoc-2.4.3/test/xref_data.rb
blob: 5d7e42bc2f043f4b9ac0aae04da93a2f30f27bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
XREF_DATA = <<-XREF_DATA
class C1

  attr :attr
  attr_reader :attr_reader
  attr_writer :attr_writer
  attr_accessor :attr_accessor

  CONST = :const

  def self.m
  end

  def m
  end
end

class C2
  class C3
    def m
    end

    class H1
      def m?
      end
    end
  end
end

class C3
  class H1
  end

  class H2
  end
end

class C4
  class C4
  end
end

module M1
end
XREF_DATA