Module: Cheri::JRuby::Explorer::ValueViewerInterface
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Overview
ViewerInterface
Instance Method Summary collapse
Instance Method Details
#initialize(node_type, main, instance, value, *r) ⇒ Object
239 240 241 242 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 239 def initialize(node_type,main,instance,value,*r) super @value = value end |
#value ⇒ Object
243 244 245 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 243 def value @value end |