Class: Johnson::Nodes::FallThrough

Inherits:
Node
  • Object
show all
Defined in:
lib/jabs.rb

Instance Method Summary collapse

Constructor Details

#initialize(_row, _column, value) ⇒ FallThrough

Returns a new instance of FallThrough.



11
12
13
# File 'lib/jabs.rb', line 11

def initialize(_row, _column, value)
  @value = value
end