class Obake::Transition

Attributes

data[RW]
to[RW]

Public Class Methods

new(to, data = {}) click to toggle source
# File lib/obake/transition.rb, line 5
def initialize(to, data = {})
  @to = to
  @data = data
end