Method: BinData::Base#initialize_instance
- Defined in:
- lib/bindata/warnings.rb
#initialize_instance(*args) ⇒ Object
26 27 28 29 30 |
# File 'lib/bindata/warnings.rb', line 26 def initialize_instance(*args) unless args.empty? fail "#{caller[0]} remove the call to super in #initialize_instance" end end |