class RubyBreaker::TypeDefs::AnyType
This type can represent any object
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
RubyBreaker::TypeDefs::Type::new
# File lib/rubybreaker/type/type.rb, line 67 def initialize(*args) super(*args) end