Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/android-xml/exts.rb
Instance Method Summary collapse
Instance Method Details
#dp ⇒ Object
11 12 13 |
# File 'lib/android-xml/exts.rb', line 11 def dp "#{self}dp" end |
#pt ⇒ Object
3 4 5 |
# File 'lib/android-xml/exts.rb', line 3 def pt "#{self}pt" end |
#px ⇒ Object
7 8 9 |
# File 'lib/android-xml/exts.rb', line 7 def px "#{self}px" end |