class AASM::InstanceBase

def current_state=(state)

Experimental RBS support (using type sampling data from the type_fusion project).

def current_state=: (Symbol state) -> String

This signature was generated using 1 sample from 1 application.

def current_state=(state)
  @instance.aasm_write_state_without_persistence(state, @name)
end