Sha256: 8670676016181a8d889797990fc188cd619b519aa158e1d554e86455fc61d903
Contents?: true
Size: 120 Bytes
Versions: 716
Compression:
Stored size: 120 Bytes
Contents
class Article attr_accessor :id, :title, :body def initialize @id, @title, @body = 1, 'Hello', 'World' end end
Version data entries
716 entries across 622 versions & 27 rubygems