Sha256: 15f5013e66208a1b558ec18b56123da3c3cd1168fc4ad59040b0ea73bc9cef2d
Contents?: true
Size: 315 Bytes
Versions: 3
Compression:
Stored size: 315 Bytes
Contents
# typed: true # frozen_string_literal: true class Location < ActiveRecord::Base sig { params(struct: T::Struct).returns(Location) } def self.buckle(struct); end sig { params(struct: T::Struct).returns(Location) } def self.from_struct(struct); end sig { returns(T.nilable(String)) } def name; end end
Version data entries
3 entries across 3 versions & 1 rubygems