Class: Johnson::Nodes::FallThrough
- Inherits:
-
Node
- Object
- Node
- Johnson::Nodes::FallThrough
- Defined in:
- lib/johnson/ext.rb
Instance Method Summary collapse
-
#initialize(_row, _column, value) ⇒ FallThrough
constructor
A new instance of FallThrough.
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 |