-
Notifications
You must be signed in to change notification settings - Fork 2
/
all_args_vars_statics.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 31 should actually have 3 columns, instead of 2 in line 30.
117 lines (117 loc) · 2.46 KB
/
all_args_vars_statics.csv
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
n.type,n.expression,n.name
const,ActiveSupport,ActiveSupport
const,ActiveSupport,ActiveSupport
const,ActiveSupport,ActiveSupport
const,ActiveSupport,ActiveSupport
const,ActiveSupport,ActiveSupport
const,ActiveSupport,ActiveSupport
const,ActiveSupport::Duration,Duration
const,ActiveSupport::Duration,Duration
const,ActiveSupport::Duration,Duration
const,ActiveSupport::Duration,Duration
const,ActiveSupport::Duration,Duration
const,ActiveSupport::Duration,Duration
const,EXABYTE,EXABYTE
const,GIGABYTE,GIGABYTE
const,GIGABYTE,GIGABYTE
const,KILOBYTE,KILOBYTE
const,KILOBYTE,KILOBYTE
const,MEGABYTE,MEGABYTE
const,MEGABYTE,MEGABYTE
const,Numeric,Numeric
const,Numeric,Numeric
const,Numeric,Numeric
const,Numeric,Numeric
const,Numeric,Numeric
const,Numeric,Numeric
const,PETABYTE,PETABYTE
const,PETABYTE,PETABYTE
const,TERABYTE,TERABYTE
const,TERABYTE,TERABYTE
def,def as_json(options = nil) #:nodoc:
self
end,as_json
def,def blank?
false
end,blank?
def,def bytes
self
end,bytes
def,"def days
ActiveSupport::Duration.new(self * 24.hours, [[:days, self]])
end",days
def,def duplicable?
false
end,duplicable?
def,def exabytes
self * EXABYTE
end,exabytes
def,"def fortnights
ActiveSupport::Duration.new(self * 2.weeks, [[:days, self * 14]])
end",fortnights
def,def gigabytes
self * GIGABYTE
end,gigabytes
def,"def hours
ActiveSupport::Duration.new(self * 3600, [[:seconds, self * 3600]])
end",hours
def,def html_safe?
true
end,html_safe?
def,def in_milliseconds
self * 1000
end,in_milliseconds
def,def kilobytes
self * KILOBYTE
end,kilobytes
def,def megabytes
self * MEGABYTE
end,megabytes
def,"def minutes
ActiveSupport::Duration.new(self * 60, [[:seconds, self * 60]])
end",minutes
def,def petabytes
self * PETABYTE
end,petabytes
def,"def seconds
ActiveSupport::Duration.new(self, [[:seconds, self]])
end",seconds
def,def terabytes
self * TERABYTE
end,terabytes
def,"def weeks
ActiveSupport::Duration.new(self * 7.days, [[:days, self * 7]])
end",weeks
optarg,options = nil,options
sym,:byte,
sym,:bytes,
sym,:day,
sym,:days,
sym,:days,
sym,:days,
sym,:days,
sym,:exabyte,
sym,:exabytes,
sym,:fortnight,
sym,:fortnights,
sym,:gigabyte,
sym,:gigabytes,
sym,:hour,
sym,:hours,
sym,:kilobyte,
sym,:kilobytes,
sym,:megabyte,
sym,:megabytes,
sym,:minute,
sym,:minutes,
sym,:petabyte,
sym,:petabytes,
sym,:second,
sym,:seconds,
sym,:seconds,
sym,:seconds,
sym,:seconds,
sym,:terabyte,
sym,:terabytes,
sym,:week,
sym,:weeks,