Method: YardTypes::Success#initialize
- Defined in:
- lib/yard_types.rb
#initialize ⇒ Success
Returns a new instance of Success.
25 26 27 |
# File 'lib/yard_types.rb', line 25 def initialize super(true) end |
Returns a new instance of Success.
25 26 27 |
# File 'lib/yard_types.rb', line 25 def initialize super(true) end |