Class: MateExample::SetRuby
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::SetRuby
- Defined in:
- lib/javamateview/example.rb
Instance Attribute Summary collapse
-
#window ⇒ Object
Returns the value of attribute window.
Instance Method Summary collapse
Instance Attribute Details
#window ⇒ Object
Returns the value of attribute window.
236 237 238 |
# File 'lib/javamateview/example.rb', line 236 def window @window end |
Instance Method Details
#run ⇒ Object
238 239 240 |
# File 'lib/javamateview/example.rb', line 238 def run @window.mate_text.set_grammar_by_name("Ruby") end |