avoid circular requiring
This commit is contained in:
parent
2515bbd90c
commit
6219323661
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rpl/types'
|
||||
|
||||
class Parser
|
||||
include Types
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rpl/types'
|
||||
|
||||
module Types
|
||||
class RplName
|
||||
attr_accessor :value,
|
||||
|
|
Loading…
Reference in a new issue