cheesy-gallery 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.travis.yml +0 -1
  4. data/lib/cheesy-gallery/generator.rb +5 -3
  5. data/lib/cheesy-gallery/version.rb +1 -1
  6. data/sorbet/rbi/gems/addressable.rbi +147 -0
  7. data/sorbet/rbi/gems/ast.rbi +49 -0
  8. data/sorbet/rbi/gems/codecov.rbi +49 -0
  9. data/sorbet/rbi/gems/coderay.rbi +285 -0
  10. data/sorbet/rbi/gems/colorator.rbi +60 -0
  11. data/sorbet/rbi/gems/concurrent-ruby.rbi +225 -0
  12. data/sorbet/rbi/gems/docile.rbi +36 -0
  13. data/sorbet/rbi/gems/ffi.rbi +560 -0
  14. data/sorbet/rbi/gems/forwardable-extended.rbi +24 -0
  15. data/sorbet/rbi/gems/i18n.rbi +108 -0
  16. data/sorbet/rbi/gems/jekyll-sass-converter.rbi +61 -0
  17. data/sorbet/rbi/gems/jekyll.rbi +726 -0
  18. data/sorbet/rbi/gems/kramdown.rbi +250 -0
  19. data/sorbet/rbi/gems/liquid.rbi +649 -0
  20. data/sorbet/rbi/gems/method_source.rbi +64 -0
  21. data/sorbet/rbi/gems/parallel.rbi +83 -0
  22. data/sorbet/rbi/gems/parser.rbi +1950 -0
  23. data/sorbet/rbi/gems/pathutil.rbi +188 -0
  24. data/sorbet/rbi/gems/pry.rbi +1898 -0
  25. data/sorbet/rbi/gems/public_suffix.rbi +104 -0
  26. data/sorbet/rbi/gems/rainbow.rbi +118 -0
  27. data/sorbet/rbi/gems/rake.rbi +647 -0
  28. data/sorbet/rbi/gems/regexp_parser.rbi +926 -0
  29. data/sorbet/rbi/gems/rexml.rbi +605 -0
  30. data/sorbet/rbi/gems/rmagick.rbi +1249 -0
  31. data/sorbet/rbi/gems/rspec-core.rbi +1894 -0
  32. data/sorbet/rbi/gems/rspec-expectations.rbi +1148 -0
  33. data/sorbet/rbi/gems/rspec-mocks.rbi +1091 -0
  34. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  35. data/sorbet/rbi/gems/rspec.rbi +15 -0
  36. data/sorbet/rbi/gems/rubocop-ast.rbi +1357 -0
  37. data/sorbet/rbi/gems/rubocop.rbi +7923 -0
  38. data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
  39. data/sorbet/rbi/gems/safe_yaml.rbi +124 -0
  40. data/sorbet/rbi/gems/sassc.rbi +532 -0
  41. data/sorbet/rbi/gems/simplecov-html.rbi +35 -0
  42. data/sorbet/rbi/gems/simplecov.rbi +419 -0
  43. data/sorbet/rbi/gems/unicode-display_width.rbi +22 -0
  44. data/sorbet/rbi/hidden-definitions/errors.txt +3569 -24800
  45. data/sorbet/rbi/hidden-definitions/hidden.rbi +7254 -39093
  46. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
  47. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
  48. data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +7799 -0
  49. data/sorbet/rbi/todo.rbi +6 -0
  50. metadata +44 -4
  51. data/Gemfile.lock +0 -134
  52. data/sorbet/rbi/sorbet-typed/lib/rubocop/~>0.85/rubocop.rbi +0 -2072
@@ -0,0 +1,605 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strict
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rexml/all/rexml.rbi
9
+ #
10
+ # rexml-3.2.4
11
+
12
+ module REXML
13
+ end
14
+ class REXML::ParseException < RuntimeError
15
+ def context; end
16
+ def continued_exception; end
17
+ def continued_exception=(arg0); end
18
+ def initialize(message, source = nil, parser = nil, exception = nil); end
19
+ def line; end
20
+ def parser; end
21
+ def parser=(arg0); end
22
+ def position; end
23
+ def source; end
24
+ def source=(arg0); end
25
+ def to_s; end
26
+ end
27
+ class REXML::UndefinedNamespaceException < REXML::ParseException
28
+ def initialize(prefix, source, parser); end
29
+ end
30
+ module REXML::Encoding
31
+ def decode(string); end
32
+ def encode(string); end
33
+ def encoding; end
34
+ def encoding=(encoding); end
35
+ def find_encoding(name); end
36
+ end
37
+ class REXML::SourceFactory
38
+ def self.create_from(arg); end
39
+ end
40
+ class REXML::Source
41
+ def buffer; end
42
+ def consume(pattern); end
43
+ def current_line; end
44
+ def detect_encoding; end
45
+ def empty?; end
46
+ def encoding; end
47
+ def encoding=(enc); end
48
+ def encoding_updated; end
49
+ def initialize(arg, encoding = nil); end
50
+ def line; end
51
+ def match(pattern, cons = nil); end
52
+ def match_to(char, pattern); end
53
+ def match_to_consume(char, pattern); end
54
+ def position; end
55
+ def read; end
56
+ def scan(pattern, cons = nil); end
57
+ include REXML::Encoding
58
+ end
59
+ class REXML::IOSource < REXML::Source
60
+ def consume(pattern); end
61
+ def current_line; end
62
+ def empty?; end
63
+ def encoding_updated; end
64
+ def initialize(arg, block_size = nil, encoding = nil); end
65
+ def match(pattern, cons = nil); end
66
+ def position; end
67
+ def read; end
68
+ def readline; end
69
+ def scan(pattern, cons = nil); end
70
+ end
71
+ module REXML::Parsers
72
+ end
73
+ class REXML::Parsers::BaseParser
74
+ def add_listener(listener); end
75
+ def empty?; end
76
+ def entity(reference, entities); end
77
+ def has_next?; end
78
+ def initialize(source); end
79
+ def need_source_encoding_update?(xml_declaration_encoding); end
80
+ def normalize(input, entities = nil, entity_filter = nil); end
81
+ def parse_attributes(prefixes, curr_ns); end
82
+ def peek(depth = nil); end
83
+ def position; end
84
+ def process_instruction; end
85
+ def pull; end
86
+ def pull_event; end
87
+ def source; end
88
+ def stream=(source); end
89
+ def unnormalize(string, entities = nil, filter = nil); end
90
+ def unshift(token); end
91
+ end
92
+ module REXML::XMLTokens
93
+ end
94
+ module REXML::Security
95
+ def self.entity_expansion_limit; end
96
+ def self.entity_expansion_limit=(val); end
97
+ def self.entity_expansion_text_limit; end
98
+ def self.entity_expansion_text_limit=(val); end
99
+ end
100
+ module REXML::Formatters
101
+ end
102
+ class REXML::Formatters::Default
103
+ def initialize(ie_hack = nil); end
104
+ def write(node, output); end
105
+ def write_cdata(node, output); end
106
+ def write_comment(node, output); end
107
+ def write_document(node, output); end
108
+ def write_element(node, output); end
109
+ def write_instruction(node, output); end
110
+ def write_text(node, output); end
111
+ end
112
+ class REXML::Formatters::Pretty < REXML::Formatters::Default
113
+ def compact; end
114
+ def compact=(arg0); end
115
+ def indent_text(string, level = nil, style = nil, indentfirstline = nil); end
116
+ def initialize(indentation = nil, ie_hack = nil); end
117
+ def width; end
118
+ def width=(arg0); end
119
+ def wrap(string, width); end
120
+ def write_cdata(node, output); end
121
+ def write_comment(node, output); end
122
+ def write_document(node, output); end
123
+ def write_element(node, output); end
124
+ def write_text(node, output); end
125
+ end
126
+ module REXML::Node
127
+ def each_recursive(&block); end
128
+ def find_first_recursive(&block); end
129
+ def indent(to, ind); end
130
+ def index_in_parent; end
131
+ def next_sibling_node; end
132
+ def parent?; end
133
+ def previous_sibling_node; end
134
+ def to_s(indent = nil); end
135
+ end
136
+ class REXML::Child
137
+ def bytes; end
138
+ def document; end
139
+ def initialize(parent = nil); end
140
+ def next_sibling; end
141
+ def next_sibling=(other); end
142
+ def parent; end
143
+ def parent=(other); end
144
+ def previous_sibling; end
145
+ def previous_sibling=(other); end
146
+ def remove; end
147
+ def replace_with(child); end
148
+ include REXML::Node
149
+ end
150
+ class REXML::Parent < REXML::Child
151
+ def <<(object); end
152
+ def [](index); end
153
+ def []=(*args); end
154
+ def add(object); end
155
+ def children; end
156
+ def deep_clone; end
157
+ def delete(object); end
158
+ def delete_at(index); end
159
+ def delete_if(&block); end
160
+ def each(&block); end
161
+ def each_child(&block); end
162
+ def each_index(&block); end
163
+ def index(child); end
164
+ def initialize(parent = nil); end
165
+ def insert_after(child1, child2); end
166
+ def insert_before(child1, child2); end
167
+ def length; end
168
+ def parent?; end
169
+ def push(object); end
170
+ def replace_child(to_replace, replacement); end
171
+ def size; end
172
+ def to_a; end
173
+ def unshift(object); end
174
+ include Enumerable
175
+ end
176
+ module REXML::Namespace
177
+ def expanded_name; end
178
+ def fully_expanded_name; end
179
+ def has_name?(other, ns = nil); end
180
+ def local_name; end
181
+ def name; end
182
+ def name=(name); end
183
+ def prefix; end
184
+ def prefix=(arg0); end
185
+ include REXML::XMLTokens
186
+ end
187
+ class REXML::Entity < REXML::Child
188
+ def external; end
189
+ def initialize(stream, value = nil, parent = nil, reference = nil); end
190
+ def name; end
191
+ def ndata; end
192
+ def normalized; end
193
+ def pubid; end
194
+ def ref; end
195
+ def self.matches?(string); end
196
+ def to_s; end
197
+ def unnormalized; end
198
+ def value; end
199
+ def write(out, indent = nil); end
200
+ include REXML::XMLTokens
201
+ end
202
+ module REXML::EntityConst
203
+ end
204
+ class REXML::AttlistDecl < REXML::Child
205
+ def [](key); end
206
+ def each(&block); end
207
+ def element_name; end
208
+ def include?(key); end
209
+ def initialize(source); end
210
+ def node_type; end
211
+ def write(out, indent = nil); end
212
+ include Enumerable
213
+ end
214
+ class REXML::DocType < REXML::Parent
215
+ def add(child); end
216
+ def attribute_of(element, attribute); end
217
+ def attributes_of(element); end
218
+ def clone; end
219
+ def context; end
220
+ def entities; end
221
+ def entity(name); end
222
+ def external_id; end
223
+ def initialize(first, parent = nil); end
224
+ def name; end
225
+ def namespaces; end
226
+ def node_type; end
227
+ def notation(name); end
228
+ def notations; end
229
+ def public; end
230
+ def strip_quotes(quoted_string); end
231
+ def system; end
232
+ def write(output, indent = nil, transitive = nil, ie_hack = nil); end
233
+ include REXML::XMLTokens
234
+ end
235
+ class REXML::Declaration < REXML::Child
236
+ def initialize(src); end
237
+ def to_s; end
238
+ def write(output, indent); end
239
+ end
240
+ class REXML::ElementDecl < REXML::Declaration
241
+ def initialize(src); end
242
+ end
243
+ class REXML::ExternalEntity < REXML::Child
244
+ def initialize(src); end
245
+ def to_s; end
246
+ def write(output, indent); end
247
+ end
248
+ class REXML::NotationDecl < REXML::Child
249
+ def initialize(name, middle, pub, sys); end
250
+ def name; end
251
+ def public; end
252
+ def public=(arg0); end
253
+ def system; end
254
+ def system=(arg0); end
255
+ def to_s; end
256
+ def write(output, indent = nil); end
257
+ end
258
+ class REXML::Text < REXML::Child
259
+ def <<(to_append); end
260
+ def <=>(other); end
261
+ def clear_cache; end
262
+ def clone; end
263
+ def doctype; end
264
+ def empty?; end
265
+ def indent_text(string, level = nil, style = nil, indentfirstline = nil); end
266
+ def initialize(arg, respect_whitespace = nil, parent = nil, raw = nil, entity_filter = nil, illegal = nil); end
267
+ def inspect; end
268
+ def node_type; end
269
+ def parent=(parent); end
270
+ def raw; end
271
+ def raw=(arg0); end
272
+ def self.check(string, pattern, doctype); end
273
+ def self.expand(ref, doctype, filter); end
274
+ def self.normalize(input, doctype = nil, entity_filter = nil); end
275
+ def self.read_with_substitution(input, illegal = nil); end
276
+ def self.unnormalize(string, doctype = nil, filter = nil, illegal = nil); end
277
+ def to_s; end
278
+ def value; end
279
+ def value=(val); end
280
+ def wrap(string, width, addnewline = nil); end
281
+ def write(writer, indent = nil, transitive = nil, ie_hack = nil); end
282
+ def write_with_substitution(out, input); end
283
+ def xpath; end
284
+ include Comparable
285
+ end
286
+ class REXML::Attribute
287
+ def ==(other); end
288
+ def clone; end
289
+ def doctype; end
290
+ def element; end
291
+ def element=(element); end
292
+ def hash; end
293
+ def initialize(first, second = nil, parent = nil); end
294
+ def inspect; end
295
+ def namespace(arg = nil); end
296
+ def node_type; end
297
+ def normalized=(arg0); end
298
+ def prefix; end
299
+ def remove; end
300
+ def to_s; end
301
+ def to_string; end
302
+ def value; end
303
+ def write(output, indent = nil); end
304
+ def xpath; end
305
+ include REXML::Namespace
306
+ include REXML::Node
307
+ end
308
+ class REXML::CData < REXML::Text
309
+ def clone; end
310
+ def initialize(first, whitespace = nil, parent = nil); end
311
+ def to_s; end
312
+ def value; end
313
+ def write(output = nil, indent = nil, transitive = nil, ie_hack = nil); end
314
+ end
315
+ module REXML::Functions
316
+ end
317
+ class REXML::Parsers::XPathParser
318
+ def AdditiveExpr(path, parsed); end
319
+ def AndExpr(path, parsed); end
320
+ def EqualityExpr(path, parsed); end
321
+ def FilterExpr(path, parsed); end
322
+ def FunctionCall(rest, parsed); end
323
+ def LocationPath(path, parsed); end
324
+ def MultiplicativeExpr(path, parsed); end
325
+ def NodeTest(path, parsed); end
326
+ def OrExpr(path, parsed); end
327
+ def PathExpr(path, parsed); end
328
+ def Predicate(path, parsed); end
329
+ def PrimaryExpr(path, parsed); end
330
+ def RelationalExpr(path, parsed); end
331
+ def RelativeLocationPath(path, parsed); end
332
+ def UnaryExpr(path, parsed); end
333
+ def UnionExpr(path, parsed); end
334
+ def abbreviate(path); end
335
+ def expand(path); end
336
+ def get_group(string); end
337
+ def namespaces=(namespaces); end
338
+ def parse(path); end
339
+ def parse_args(string); end
340
+ def predicate(path); end
341
+ def predicate_to_string(path, &block); end
342
+ include REXML::XMLTokens
343
+ end
344
+ class Object < BasicObject
345
+ def dclone; end
346
+ end
347
+ class Symbol
348
+ def dclone; end
349
+ end
350
+ class Integer < Numeric
351
+ def dclone; end
352
+ end
353
+ class Float < Numeric
354
+ def dclone; end
355
+ end
356
+ class Array
357
+ def dclone; end
358
+ end
359
+ class REXML::XPathParser
360
+ def []=(variable_name, value); end
361
+ def child(nodeset); end
362
+ def compare(a, operator, b); end
363
+ def descendant(nodeset, include_self); end
364
+ def descendant_recursive(raw_node, new_nodeset, new_nodes, include_self); end
365
+ def each_unnode(nodeset); end
366
+ def enter(tag, *args); end
367
+ def equality_relational_compare(set1, op, set2); end
368
+ def evaluate_predicate(expression, nodesets); end
369
+ def expr(path_stack, nodeset, context = nil); end
370
+ def filter_nodeset(nodeset); end
371
+ def first(path_stack, node); end
372
+ def following(node); end
373
+ def following_node_of(node); end
374
+ def get_first(path, nodeset); end
375
+ def get_namespace(node, prefix); end
376
+ def initialize(strict: nil); end
377
+ def leave(tag, *args); end
378
+ def match(path_stack, nodeset); end
379
+ def namespaces=(namespaces = nil); end
380
+ def next_sibling_node(node); end
381
+ def node_test(path_stack, nodesets, any_type: nil); end
382
+ def norm(b); end
383
+ def normalize_compare_values(a, operator, b); end
384
+ def parse(path, nodeset); end
385
+ def preceding(node); end
386
+ def preceding_node_of(node); end
387
+ def predicate(path, nodeset); end
388
+ def sort(array_of_nodes, order); end
389
+ def step(path_stack, any_type: nil, order: nil); end
390
+ def strict?; end
391
+ def trace(*args); end
392
+ def unnode(nodeset); end
393
+ def value_type(value); end
394
+ def variables=(vars = nil); end
395
+ include REXML::XMLTokens
396
+ end
397
+ class REXML::XPathNode
398
+ def context; end
399
+ def initialize(node, context = nil); end
400
+ def position; end
401
+ def raw_node; end
402
+ end
403
+ class REXML::XPath
404
+ def self.each(element, path = nil, namespaces = nil, variables = nil, options = nil, &block); end
405
+ def self.first(element, path = nil, namespaces = nil, variables = nil, options = nil); end
406
+ def self.match(element, path = nil, namespaces = nil, variables = nil, options = nil); end
407
+ include REXML::Functions
408
+ end
409
+ class REXML::Element < REXML::Parent
410
+ def [](name_or_index); end
411
+ def __to_xpath_helper(node); end
412
+ def add_attribute(key, value = nil); end
413
+ def add_attributes(hash); end
414
+ def add_element(element, attrs = nil); end
415
+ def add_namespace(prefix, uri = nil); end
416
+ def add_text(text); end
417
+ def attribute(name, namespace = nil); end
418
+ def attributes; end
419
+ def cdatas; end
420
+ def clone; end
421
+ def comments; end
422
+ def context; end
423
+ def context=(arg0); end
424
+ def delete_attribute(key); end
425
+ def delete_element(element); end
426
+ def delete_namespace(namespace = nil); end
427
+ def document; end
428
+ def each_element(xpath = nil, &block); end
429
+ def each_element_with_attribute(key, value = nil, max = nil, name = nil, &block); end
430
+ def each_element_with_text(text = nil, max = nil, name = nil, &block); end
431
+ def each_with_something(test, max = nil, name = nil); end
432
+ def elements; end
433
+ def get_elements(xpath); end
434
+ def get_text(path = nil); end
435
+ def has_attributes?; end
436
+ def has_elements?; end
437
+ def has_text?; end
438
+ def ignore_whitespace_nodes; end
439
+ def initialize(arg = nil, parent = nil, context = nil); end
440
+ def inspect; end
441
+ def instructions; end
442
+ def namespace(prefix = nil); end
443
+ def namespaces; end
444
+ def next_element; end
445
+ def node_type; end
446
+ def prefixes; end
447
+ def previous_element; end
448
+ def raw; end
449
+ def root; end
450
+ def root_node; end
451
+ def text(path = nil); end
452
+ def text=(text); end
453
+ def texts; end
454
+ def whitespace; end
455
+ def write(output = nil, indent = nil, transitive = nil, ie_hack = nil); end
456
+ def xpath; end
457
+ include REXML::Namespace
458
+ end
459
+ class REXML::Elements
460
+ def <<(element = nil); end
461
+ def [](index, name = nil); end
462
+ def []=(index, element); end
463
+ def add(element = nil); end
464
+ def collect(xpath = nil); end
465
+ def delete(element); end
466
+ def delete_all(xpath); end
467
+ def each(xpath = nil); end
468
+ def empty?; end
469
+ def index(element); end
470
+ def initialize(parent); end
471
+ def inject(xpath = nil, initial = nil); end
472
+ def literalize(name); end
473
+ def size; end
474
+ def to_a(xpath = nil); end
475
+ include Enumerable
476
+ end
477
+ class REXML::Attributes < Hash
478
+ def <<(attribute); end
479
+ def [](name); end
480
+ def []=(name, value); end
481
+ def add(attribute); end
482
+ def delete(attribute); end
483
+ def delete_all(name); end
484
+ def each; end
485
+ def each_attribute; end
486
+ def get_attribute(name); end
487
+ def get_attribute_ns(namespace, name); end
488
+ def initialize(element); end
489
+ def length; end
490
+ def namespaces; end
491
+ def prefixes; end
492
+ def size; end
493
+ def to_a; end
494
+ end
495
+ class REXML::XMLDecl < REXML::Child
496
+ def ==(other); end
497
+ def clone; end
498
+ def content(enc); end
499
+ def dowrite; end
500
+ def encoding=(enc); end
501
+ def initialize(version = nil, encoding = nil, standalone = nil); end
502
+ def inspect; end
503
+ def node_type; end
504
+ def nowrite; end
505
+ def old_enc=(encoding); end
506
+ def self.default; end
507
+ def stand_alone?; end
508
+ def standalone; end
509
+ def standalone=(arg0); end
510
+ def version; end
511
+ def version=(arg0); end
512
+ def write(writer, indent = nil, transitive = nil, ie_hack = nil); end
513
+ def writeencoding; end
514
+ def writethis; end
515
+ def xmldecl(version, encoding, standalone); end
516
+ include REXML::Encoding
517
+ end
518
+ class REXML::Comment < REXML::Child
519
+ def <=>(other); end
520
+ def ==(other); end
521
+ def clone; end
522
+ def initialize(first, second = nil); end
523
+ def node_type; end
524
+ def string; end
525
+ def string=(arg0); end
526
+ def to_s; end
527
+ def write(output, indent = nil, transitive = nil, ie_hack = nil); end
528
+ include Comparable
529
+ end
530
+ class REXML::Instruction < REXML::Child
531
+ def ==(other); end
532
+ def clone; end
533
+ def content; end
534
+ def content=(arg0); end
535
+ def initialize(target, content = nil); end
536
+ def inspect; end
537
+ def node_type; end
538
+ def target; end
539
+ def target=(arg0); end
540
+ def write(writer, indent = nil, transitive = nil, ie_hack = nil); end
541
+ end
542
+ class REXML::Output
543
+ def <<(content); end
544
+ def encoding; end
545
+ def initialize(real_IO, encd = nil); end
546
+ def to_s; end
547
+ include REXML::Encoding
548
+ end
549
+ class REXML::Parsers::StreamParser
550
+ def add_listener(listener); end
551
+ def initialize(source, listener); end
552
+ def parse; end
553
+ end
554
+ module REXML::Validation
555
+ end
556
+ class REXML::Validation::ValidationException < RuntimeError
557
+ def initialize(msg); end
558
+ end
559
+ class REXML::Parsers::TreeParser
560
+ def add_listener(listener); end
561
+ def initialize(source, build_context = nil); end
562
+ def parse; end
563
+ end
564
+ class REXML::Document < REXML::Element
565
+ def <<(child); end
566
+ def add(child); end
567
+ def add_element(arg = nil, arg2 = nil); end
568
+ def build(source); end
569
+ def clone; end
570
+ def doctype; end
571
+ def document; end
572
+ def encoding; end
573
+ def entity_expansion_count; end
574
+ def expanded_name; end
575
+ def initialize(source = nil, context = nil); end
576
+ def name; end
577
+ def node_type; end
578
+ def record_entity_expansion; end
579
+ def root; end
580
+ def self.entity_expansion_limit; end
581
+ def self.entity_expansion_limit=(val); end
582
+ def self.entity_expansion_text_limit; end
583
+ def self.entity_expansion_text_limit=(val); end
584
+ def self.parse_stream(source, listener); end
585
+ def stand_alone?; end
586
+ def version; end
587
+ def write(*arguments); end
588
+ def xml_decl; end
589
+ end
590
+ module REXML::StreamListener
591
+ def attlistdecl(element_name, attributes, raw_content); end
592
+ def cdata(content); end
593
+ def comment(comment); end
594
+ def doctype(name, pub_sys, long_name, uri); end
595
+ def doctype_end; end
596
+ def elementdecl(content); end
597
+ def entity(content); end
598
+ def entitydecl(content); end
599
+ def instruction(name, instruction); end
600
+ def notationdecl(content); end
601
+ def tag_end(name); end
602
+ def tag_start(name, attrs); end
603
+ def text(text); end
604
+ def xmldecl(version, encoding, standalone); end
605
+ end