java Programming Glossary: my_private_device
Closest Ruby representation of a 'private static final' and 'public static final' class variable in Java? http://stackoverflow.com/questions/2441524/closest-ruby-representation-of-a-private-static-final-and-public-static-final @my_public_device Device 'mydevice' end private def my_private_device @my_private_device Device 'mydevice' end end end Here's another.. Device 'mydevice' end private def my_private_device @my_private_device Device 'mydevice' end end end Here's another class DeviceController.. DeviceController @my_public_device Device 'mydevice' @my_private_device Device 'mydevice' class self attr_reader my_public_device my_private_device..
|