Sha256: dbf4757af51f32eb9f8b4912ed56e22453f09c5be1a2fb6f3faedc20f8d36759
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true require "bq_coaster/version" module BqCoaster EDGE_PROPERTIES = %i( _type _mode _original_type _convert ).freeze def self.edge_properties EDGE_PROPERTIES end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bq_coaster-0.2.2 | lib/bq_coaster.rb |
bq_coaster-0.2.1 | lib/bq_coaster.rb |
bq_coaster-0.2.0 | lib/bq_coaster.rb |