## Sample: ```RUBY require 'modeling' class Foo model :@first, :@second end # == class Foo def initialize first, second @first = first @second = second end attr_accessor :first, :second end ``` ## Check the documentation or home page for more.
Required Ruby Version
>= 3.2.2
Authors
Łukasz Pomietło
Versions
- 0.1.1 December 04, 2024 (5.5 KB)
- 0.1.0 November 11, 2024 (5.5 KB)
- 0.0.5 April 20, 2024 (5.5 KB)
- 0.0.4 March 18, 2024 (5.5 KB)
- 0.0.3 February 26, 2024 (5 KB)
- 0.0.2 February 26, 2024 (5 KB)