Class: Johnson::Nodes::FallThrough

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

Instance Method Summary collapse

Constructor Details

#initialize(_row, _column, value) ⇒ FallThrough

Returns a new instance of FallThrough.



5
6
7
# File 'lib/johnson/ext.rb', line 5

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