module Dhall::Util::ArrayAllTheSame
Public Class Methods
===(other)
click to toggle source
# File lib/dhall/util.rb, line 69 def self.===(other) Array === other && other.all? { |x| x == other.first } end
# File lib/dhall/util.rb, line 69 def self.===(other) Array === other && other.all? { |x| x == other.first } end