Class: Phlex::Compiler::Method
- Inherits:
-
Object
- Object
- Phlex::Compiler::Method
- Defined in:
- lib/phlex/compiler/method_compiler.rb
Instance Method Summary collapse
- #compile ⇒ Object
-
#initialize ⇒ Method
constructor
A new instance of Method.
Constructor Details
#initialize ⇒ Method
Returns a new instance of Method.
8 9 |
# File 'lib/phlex/compiler/method_compiler.rb', line 8 def initialize(...) end |
Instance Method Details
#compile ⇒ Object
11 12 13 |
# File 'lib/phlex/compiler/method_compiler.rb', line 11 def compile nil end |