00:36
postmodern has quit [Remote host closed the connection]
00:56
postmodern has joined #crystal-lang
01:41
ur5us has joined #crystal-lang
02:01
maria_elis has quit [Ping timeout: 250 seconds]
02:01
maria_elis has joined #crystal-lang
02:57
szutt has joined #crystal-lang
03:43
ur5us has quit [Ping timeout: 272 seconds]
07:21
sorcus has quit [Ping timeout: 250 seconds]
07:25
sorcus has joined #crystal-lang
07:36
sorcus has quit [Quit: WeeChat 3.2]
07:36
sorcus has joined #crystal-lang
07:42
sorcus has quit [Quit: WeeChat 3.2]
07:43
sorcus has joined #crystal-lang
07:57
postmodern has quit [Quit: Leaving]
08:16
ur5us has joined #crystal-lang
08:48
markmarkmark has quit [*.net *.split]
08:49
markmarkmark has joined #crystal-lang
09:02
frojnd has quit [*.net *.split]
09:02
frojnd1 has joined #crystal-lang
09:05
ur5us has quit [Remote host closed the connection]
09:05
ur5us has joined #crystal-lang
09:29
<
FromGitter >
<alexherbo2> is there an equivalent to `File.fnmatch` from Ruby?
09:30
<
FromGitter >
<alexherbo2> I want to test a glob string matches a file
09:53
ur5us has quit [Ping timeout: 252 seconds]
10:57
Nik- has joined #crystal-lang
11:06
<
FromGitter >
<alexherbo2> thanks o/
12:06
notzmv has quit [Ping timeout: 272 seconds]
14:02
notzmv has joined #crystal-lang
14:58
notzmv has quit [Ping timeout: 252 seconds]
16:24
szutt has quit [Quit: Client closed]
16:58
notzmv has joined #crystal-lang
17:57
notzmv has quit [Ping timeout: 272 seconds]
18:55
notzmv has joined #crystal-lang
19:02
<
FromGitter >
<Blacksmoke16> is there a way to call a parent classes implementation of a method from a different method and when that parent method is also redefined in the child?
19:02
<
FromGitter >
<Blacksmoke16> i.e. cant just do `self.parent_method` and `super` wont work because its not the same method
19:03
<
FromGitter >
<Blacksmoke16> maybe `::parent_method` would do it?
19:10
<
FromGitter >
<Blacksmoke16> nope
19:14
<
FromGitter >
<Blacksmoke16> `super.parent_method` doesnt work either
19:25
Nik- has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
19:26
Nik- has joined #crystal-lang
19:28
Nik- has quit [Client Quit]
19:31
sagax has quit [Remote host closed the connection]
20:19
f1refly has quit [Quit: see ya in hell]
20:25
f1refly has joined #crystal-lang
20:51
elf_fortrez has joined #crystal-lang
21:30
elf_fortrez has quit [Quit: Client closed]
21:34
ur5us has joined #crystal-lang
21:53
notzmv has quit [Ping timeout: 272 seconds]
22:04
aquijoule_ has quit [Remote host closed the connection]
22:38
hightower4 has joined #crystal-lang
22:40
hightower3 has quit [Ping timeout: 252 seconds]
22:59
richbridger has joined #crystal-lang
23:11
ur5us has quit [Ping timeout: 250 seconds]
23:11
ur5us has joined #crystal-lang
23:18
richbridger has quit [Remote host closed the connection]
23:23
richbridger has joined #crystal-lang
23:35
<
FromGitter >
<mixflame> I have a problem with a bridge bot i'm trying to add SSL to
23:35
<
FromGitter >
<mixflame> ``````
23:35
<
FromGitter >
<mixflame> one sec
23:36
<
FromGitter >
<mixflame> ``````
23:36
<
FromGitter >
<mixflame> any ideas would be appreciated
23:46
<
FromGitter >
<Blacksmoke16> looks like you're trying to read from a closed IO
23:58
<
FromGitter >
<mixflame> before, it was nil errors