Sha256: 09f706c9f8f066511f92be3fdd34dd78f7ebaf0dd2cfb29dc6e1542e804279ff
Contents?: true
Size: 401 Bytes
Versions: 14
Compression:
Stored size: 401 Bytes
Contents
# By default, requiring "state_machine" means that both the core implementation # *and* extensions to the Ruby core (Class in particular) will be pulled in. # # If you want to skip the Ruby core extensions, simply require "state_machine/core" # and extend StateMachine::MacroMethods in your class. See the README for more # information. require 'state_machine/core' require 'state_machine/core_ext'
Version data entries
14 entries across 14 versions & 9 rubygems