File: project.rb

package info (click to toggle)
ruby-dry-core 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 2,126; sh: 4; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

Test::Project = Class.new(Test::Parent) do
  def to_model
    "Project"
  end
end