lib/eco/api/session.rb in eco-helpers-2.1.1 vs lib/eco/api/session.rb in eco-helpers-2.1.2
- old
+ new
@@ -42,9 +42,14 @@
# @see Eco::API::Session::Config#tagtree
def tagtree
config.tagtree(enviro: enviro)
end
+ # @see Eco::API::Session::Config#live_tree
+ def live_tree
+ config.live_tree
+ end
+
# @see Eco::API::Session::Config#schemas
def schemas
config.schemas
end
# @!endgroup