Sha256: 2aab507e2784e1e90005fb3c1148edad77a34e69710ceedc58e172c4a8c27b82
Contents?: true
Size: 287 Bytes
Versions: 10
Compression:
Stored size: 287 Bytes
Contents
# encoding: UTF-8 # This class represents a minimal working service, without the use of any of the Shapewear specific DSL. # It is used to test the Convention-over-Configuration-ness of Shapewear. class MinimalWorkingService include Shapewear def hello_world "hello" end end
Version data entries
10 entries across 10 versions & 1 rubygems