Sha256: 4577f32f893db26f24ba3f76ac87db48e01a7082d8bf00e6c97b85136ee3fb79
Contents?: true
Size: 254 Bytes
Versions: 4
Compression:
Stored size: 254 Bytes
Contents
module TD::Types # Represents a vector path command. class VectorPathCommand < Base %w[ line cubic_bezier_curve ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/vector_path_command/#{type}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems