mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-22 22:26:40 +00:00
Removes byebug
This commit is contained in:
parent
2685b54f48
commit
fb92c62a38
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
workflower (0.1.1)
|
workflower (0.1.2)
|
||||||
activesupport (>= 6.0.0)
|
activesupport (>= 6.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
require "workflower/errors"
|
require "workflower/errors"
|
||||||
require "workflower/flow"
|
require "workflower/flow"
|
||||||
require "byebug"
|
|
||||||
module Workflower
|
module Workflower
|
||||||
class Manager
|
class Manager
|
||||||
attr_reader :events, :flows_container, :allowed_events
|
attr_reader :events, :flows_container, :allowed_events
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user