class PDD::Puzzle
Attributes
props[R]
Public Class Methods
new(props)
click to toggle source
Ctor.
props
-
Properties
# File lib/pdd/puzzle.rb, line 26 def initialize(props) @props = props end