class AASM::Core::Transition

def from?(value)

def from?(value)
  @from == value
end