[Source]
# File lib/core_ex.rb, line 243 def initialize ( *a, &b ) @input = nil initialize_bugged(*a, &b) end
[Validate]