mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Improve readability
This commit is contained in:
parent
aea4bf974a
commit
67a90c2ef1
9 changed files with 9 additions and 9 deletions
14
lib/gem_monkey_patches/builder.rb
Normal file
14
lib/gem_monkey_patches/builder.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
module Builder
|
||||
class XmlMarkup
|
||||
def epp_head
|
||||
instruct!
|
||||
epp(
|
||||
'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd',
|
||||
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
||||
'xsi:schemaLocation' => 'lib/schemas/epp-ee-1.0.xsd'
|
||||
) do
|
||||
yield
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue