about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-02-19 22:59:07 +0530
committerAndinus <andinus@nand.sh>2021-02-19 23:08:26 +0530
commitc029e07dd1fea194a674fe9dfee35e3c7a63be06 (patch)
tree96168e700c70b5d4fe2b70e473fbbfdd9dd07f64 /.gitignore
parent151186cad17539451efe7f201c66b689d754ae1a (diff)
downloadoctans-c029e07dd1fea194a674fe9dfee35e3c7a63be06.tar.gz
Fix the sample puzzle error
It would error out when the user runs sample puzzle because we're
using $path.IO.f but that wasn't passed.

It prints this error:

    Invocant of method 'f' must be an object instance of type
    'IO::Path', not a type object of type 'IO::Path'.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
nks.html?id=55a3c1b5a3f0402c0860e5f9ab055c65feb517dc'>^
a565af2
452f36f ^
a565af2


452f36f ^
a565af2


452f36f ^
a565af2


452f36f ^
a565af2





















3f684fd ^


a565af2
452f36f ^
a565af2




























3f684fd ^
a565af2


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