ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
postmodern has quit [Remote host closed the connection]
postmodern has joined #crystal-lang
ur5us has joined #crystal-lang
maria_elis has quit [Ping timeout: 250 seconds]
maria_elis has joined #crystal-lang
szutt has joined #crystal-lang
ur5us has quit [Ping timeout: 272 seconds]
sorcus has quit [Ping timeout: 250 seconds]
sorcus has joined #crystal-lang
sorcus has quit [Quit: WeeChat 3.2]
sorcus has joined #crystal-lang
sorcus has quit [Quit: WeeChat 3.2]
sorcus has joined #crystal-lang
postmodern has quit [Quit: Leaving]
ur5us has joined #crystal-lang
markmarkmark has quit [*.net *.split]
markmarkmark has joined #crystal-lang
frojnd has quit [*.net *.split]
frojnd1 has joined #crystal-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
<FromGitter> <alexherbo2> is there an equivalent to `File.fnmatch` from Ruby?
<FromGitter> <alexherbo2> I want to test a glob string matches a file
ur5us has quit [Ping timeout: 252 seconds]
<FromGitter> <oprypin:matrix.org> @alexherbo2: https://crystal-lang.org/api/1.0.0/File.html#match?(pattern:String,path:Path%7CString)-class-method
Nik- has joined #crystal-lang
<FromGitter> <alexherbo2> thanks o/
notzmv has quit [Ping timeout: 272 seconds]
notzmv has joined #crystal-lang
notzmv has quit [Ping timeout: 252 seconds]
szutt has quit [Quit: Client closed]
notzmv has joined #crystal-lang
notzmv has quit [Ping timeout: 272 seconds]
notzmv has joined #crystal-lang
<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?
<FromGitter> <Blacksmoke16> i.e. cant just do `self.parent_method` and `super` wont work because its not the same method
<FromGitter> <Blacksmoke16> maybe `::parent_method` would do it?
<FromGitter> <Blacksmoke16> nope
<FromGitter> <Blacksmoke16> `super.parent_method` doesnt work either
<FromGitter> <Blacksmoke16> https://play.crystal-lang.org/#/r/bfrz some example code
Nik- has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
Nik- has joined #crystal-lang
Nik- has quit [Client Quit]
sagax has quit [Remote host closed the connection]
f1refly has quit [Quit: see ya in hell]
f1refly has joined #crystal-lang
elf_fortrez has joined #crystal-lang
elf_fortrez has quit [Quit: Client closed]
ur5us has joined #crystal-lang
notzmv has quit [Ping timeout: 272 seconds]
aquijoule_ has quit [Remote host closed the connection]
hightower4 has joined #crystal-lang
hightower3 has quit [Ping timeout: 252 seconds]
richbridger has joined #crystal-lang
ur5us has quit [Ping timeout: 250 seconds]
ur5us has joined #crystal-lang
richbridger has quit [Remote host closed the connection]
richbridger has joined #crystal-lang
<FromGitter> <mixflame> I have a problem with a bridge bot i'm trying to add SSL to
<FromGitter> <mixflame> ``````
<FromGitter> <mixflame> one sec
<FromGitter> <mixflame> ``````
<FromGitter> <mixflame> ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=60d90b78457e19611a214e19]
<FromGitter> <mixflame> any ideas would be appreciated
<FromGitter> <Blacksmoke16> looks like you're trying to read from a closed IO
<FromGitter> <mixflame> before, it was nil errors