You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. for the constant VALID_ARCHS = %w(i686 x86_64), only the fragment before the space is displayed in the docs (%w(i686), everything after the first space is cut off. I would have expected it to display like VALID_ARCHS = ["i686", "x86_64"].