Sha256: ef0619c7183d909a49600e0b393ed696e0011e1b40045ed29fa342ca8fc6f6df
Contents?: true
Size: 190 Bytes
Versions: 42
Compression:
Stored size: 190 Bytes
Contents
module FbGraph2 class Struct class RestaurantSpecialties < Struct register_attributes( int_flag: [:coffee, :drinks, :breakfast, :dinner, :lunch] ) end end end
Version data entries
42 entries across 42 versions & 1 rubygems