Class: ElderScrollsPlugin::RoundedFloat
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- ElderScrollsPlugin::RoundedFloat
- Defined in:
- lib/elder_scrolls_plugin.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
503 504 505 |
# File 'lib/elder_scrolls_plugin.rb', line 503 def get self.float.round(4) end |