class Dapp::Dimg::Image::Dimg
Public Instance Methods
export!(export_name = name)
click to toggle source
Calls superclass method
# File lib/dapp/dimg/image/dimg.rb, line 5 def export!(export_name = name) super(export_name) end
tag!(tag_name = name)
click to toggle source
Calls superclass method
# File lib/dapp/dimg/image/dimg.rb, line 9 def tag!(tag_name = name) super(tag_name) end