Sha256: 35e968a8f62c13ba41fb94db993c56bbf264c01ecf8ea4821f775e296dec87d5
Contents?: true
Size: 465 Bytes
Versions: 11
Compression:
Stored size: 465 Bytes
Contents
# By default, requiring "enum_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 "enum_state_machine/core" # and extend EnumStateMachine::MacroMethods in your class. See the README for more # information. require 'enum_state_machine/core' require 'enum_state_machine/core_ext' require 'enum_state_machine/state_enum'
Version data entries
11 entries across 11 versions & 1 rubygems