Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#dpObject



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

def dp
  "#{self}dp"
end

#ptObject



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

def pt
  "#{self}pt"
end

#pxObject



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

def px
  "#{self}px"
end