Class: Fusion::PErr

Inherits:
Struct
  • Object
show all
Defined in:
lib/fusion.rb

Overview

! or !pat ; inner=nil matches any error

Instance Attribute Summary collapse

Instance Attribute Details

#innerObject

Returns the value of attribute inner

Returns:

  • (Object)

    the current value of inner



228
229
230
# File 'lib/fusion.rb', line 228

def inner
  @inner
end