Class: DRG::Ruby
- Inherits:
-
Object
- Object
- DRG::Ruby
- Defined in:
- lib/drg/ruby.rb
Defined Under Namespace
Classes: ClassFunc, Condition, Const, Func, InstanceFunc
Instance Attribute Summary collapse
-
#const ⇒ Object
readonly
Returns the value of attribute const.
-
#sexp ⇒ Object
readonly
Returns the value of attribute sexp.
Instance Method Summary collapse
-
#initialize(file) ⇒ Ruby
constructor
A new instance of Ruby.
Constructor Details
Instance Attribute Details
#const ⇒ Object (readonly)
Returns the value of attribute const.
12 13 14 |
# File 'lib/drg/ruby.rb', line 12 def const @const end |
#sexp ⇒ Object (readonly)
Returns the value of attribute sexp.
12 13 14 |
# File 'lib/drg/ruby.rb', line 12 def sexp @sexp end |