class Ubi::Memoria::Image

Show me your papers!

Attributes

size[R]

Public Class Methods

regex(_hint) click to toggle source

Email regex

# File lib/ubi/memorias/image.rb, line 19
def regex(_hint)
  /\.(jpg|png|svg)$/i
end

Public Instance Methods

parser() click to toggle source
# File lib/ubi/memorias/image.rb, line 8
def parser
  @size = []
end