scanf.diff

okkez (okkez _), 04/08/2010 04:06 pm

Download (1.7 kB)

b/refm/api/src/scanf.rd
201 201
              詳細は、[[ref:m:String#scanf#format]] を参照してください。
202 202

  
203 203
@see [[m:IO#scanf]], [[m:Stdin#scanf]]
204

  
205
= module Scanf
206

  
207
scanf ライブラリで使用する名前空間です。
208

  
209
@see [[m:Kernel.#scanf]], [[m:String#scanf]], [[m:IO#scanf]], [[m:Stdin#scanf]]
210

  
211
#@include(scanf/Scanf__FormatString)
212
#@include(scanf/Scanf__FormatSpecifier)
213

  
b/refm/api/src/scanf/Scanf__FormatSpecifier
1
= class Scanf::FormatSpecifier < Object
2

  
3
== Instance Mthods
4

  
5
--- conversion
6
#@todo
7

  
8
--- count_space?
9
#@todo
10

  
11

  
12

  
13
--- letter
14
#@todo
15

  
16

  
17

  
18
--- match(str)
19
#@todo
20

  
21

  
22

  
23
--- matched
24
#@todo
25

  
26
--- matched_string
27
#@todo
28

  
29
--- mid_match?
30
#@todo
31

  
32

  
33

  
34
--- re_string
35
#@todo
36

  
37
--- to_re
38
#@todo
39

  
40

  
41

  
42
--- to_s
43
#@todo
44

  
45

  
46

  
47
--- width
48
#@todo
49

  
50

  
51

  
b/refm/api/src/scanf/Scanf__FormatString
1
= class Scanf::FormatString < Object
2

  
3
== Singleton Methods
4

  
5
--- new(str)
6
#@todo
7

  
8

  
9
== Instance Methods
10

  
11
--- last_match_tried
12
#@todo
13

  
14
--- last_spec
15
#@todo
16

  
17

  
18

  
19
--- last_spec_tried
20
#@todo
21

  
22
--- match(str)
23
#@todo
24

  
25

  
26

  
27
--- matched_count
28
#@todo
29

  
30
--- prune(n=matched_count)
31
#@todo
32

  
33

  
34

  
35
--- space
36
#@todo
37

  
38
--- spec_count
39
#@todo
40

  
41

  
42

  
43
--- string_left
44
#@todo
45

  
46
--- to_s
47
#@todo
48

  
49
== Constants
50

  
51
--- REGEX
52
#@todo
53

  
54
--- SPECIFIERS
55
#@todo
56