class Orenono::Dsl

Dsl

Attributes

orenono[RW]

Public Class Methods

new() click to toggle source
# File lib/orenono_dsl.rb, line 18
def initialize
  @orenono = Orenono::DslModel.new
  @orenono.increment = '+'
  @orenono.decrement = '-'
  @orenono.start_loop = '['
  @orenono.end_loop = ']'
  @orenono.next_cursol = '>'
  @orenono.previous_cursol = '<'
  @orenono.display = '.'
  @orenono.read = ','
end