class RWF::EndSuccess
Public Class Methods
new()
click to toggle source
Calls superclass method
RWF::PtrSuccess::new
# File lib/rwf/result.rb, line 89 def initialize super(:end) end