module MineSkin::Unit
Unit
helper
Public Instance Methods
image_unit(size: 64, count: 16)
click to toggle source
# File lib/mineskin/unit.rb, line 4 def image_unit(size: 64, count: 16) size / count end
Unit
helper
# File lib/mineskin/unit.rb, line 4 def image_unit(size: 64, count: 16) size / count end