Published using Google Docs
DevelopersMeeting20181010Japan
Updated automatically every 5 minutes

Date: 2018/10/10 (Wed)

Time: 14:00-18:00 (JST)

Place: pixiv (Tokyo, Japan)

Logs

Next dev-meeting

About 2.6 timeframe

Carry-over from previous meeting(s)

From Attendees

From non-attendees

class Module

  def === other

    other.kind_of?(self)

  end

end

class ArrayLike

  def kind_of? other

    if other == Array

      true

    else

      super

    end

  end

end

case ArrayLike.new

when Array

  p :Array

end

zverok (Victor Shepelev) wants to hear about stale issues:

I am not sure if it is appropriate, but I'd also be very glad to hear about some "stale" discussions. They were typically reacted on developer meetings as "in general, good proposal (but not sure when it would be implemented/not sure about the name)", or something like that, and I'd like to know maybe we should do something to push them further? List of tickets:

Carry over: