Remove circular require
Will this break anything? It shouldn't; Formula will always be loaded before Tab anyway. But really there is a design problem here, Tab shouldn't have any hardcoded references to Formula. I think this is fixable, but callers of for_formula will need to be checked first.
This commit is contained in:
parent
0d45c3c0f2
commit
891cfe454b
@ -1,5 +1,4 @@
|
||||
require 'ostruct'
|
||||
require 'formula'
|
||||
require 'options'
|
||||
require 'vendor/multi_json'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user