Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/android-xml/exts.rb

Instance Method Summary collapse

Instance Method Details

#dipObject



23
24
25
# File 'lib/android-xml/exts.rb', line 23

def dip
  "#{self}dip"
end

#dpObject



19
20
21
# File 'lib/android-xml/exts.rb', line 19

def dp
  "#{self}dp"
end

#inObject



11
12
13
# File 'lib/android-xml/exts.rb', line 11

def in
  "#{self}in"
end

#mmObject



7
8
9
# File 'lib/android-xml/exts.rb', line 7

def mm
  "#{self}mm"
end

#ptObject



3
4
5
# File 'lib/android-xml/exts.rb', line 3

def pt
  "#{self}pt"
end

#pxObject



15
16
17
# File 'lib/android-xml/exts.rb', line 15

def px
  "#{self}px"
end

#spObject



27
28
29
# File 'lib/android-xml/exts.rb', line 27

def sp
  "#{self}sp"
end